博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
小程序模板嵌套以及相关遍历数据绑定
阅读量:6701 次
发布时间:2019-06-25

本文共 977 字,大约阅读时间需要 3 分钟。

index.wxml:

index.wxss:

@import "/pages/template01/template01.wxss";

index.js

Page({  data: {     demodata:{      demonum:[        {nums:11},        {nums: 22 },        {nums: 33 }      ],      temdemo:{        tem02: [          { numsss: 44 },          { numsss: 55 },          { numsss: 66 }        ]      }     }  }})

 

template01.wxml

template01.wxss

@import "/pages/template02/template02.wxss";.demos{  width: 150px;  height: 150px;  text-align: center;  line-height: 150px;  background-color: #188eee;  color: #fff;  margin-top: 10px;}

 

 

template02.wxml

template02.wxss

.tem02s{  width: 50px;  height: 30px;  background-color:red;  line-height: 30px;  text-align: center;  color: #fff;}

 

页面排版效果图:

转载于:https://www.cnblogs.com/yiweiyihang/p/7086431.html

你可能感兴趣的文章
以前的“约炮神器”陌陌12月或赴美上市
查看>>
sublime 3 注册码
查看>>
10年微软MVP路(如何成为一个MVP?)
查看>>
uva 6957 Hyacinth bfs
查看>>
WINDOWS 的 MKLINK : 硬链接,符号链接 : 文件符号链接, 目录符号链接 : 目录联接...
查看>>
单例模式
查看>>
编译hibernate源代码
查看>>
Surface Pro 3 扩展坞体验
查看>>
MySQL 源码系列:1:窥探篇
查看>>
Codeforces Round #288 (Div. 2)D. Tanya and Password 欧拉通路
查看>>
repo总结
查看>>
pm2 安装使用
查看>>
2015必须推荐的Android框架,猿必读系列!
查看>>
书单:数学、物理类的「闲书」
查看>>
unity, stateMachine, change state name
查看>>
Java并发教程(Oracle官方资料)
查看>>
Erlang入门(四)——错误处理和鲁棒性
查看>>
Shell变量替换,命令替换,转义字符
查看>>
获取MSSQL Server中的相关信息(视图、存储过程、触发器、表)
查看>>
信号处理过程中的几种常见傅里叶相关的变换
查看>>