摘要: #index.wxml 今天吃啥 饺子 馒头 面条 #index.js data: { "condition":Math.floor(Math.random()*3+1) }, 阅读全文
posted @ 2018-09-18 23:25 破晓e 阅读(154) 评论(0) 推荐(0) 编辑
摘要: #index.js data: { "messg":"helloworld1111", "items":[ {"name":"张三"}, {"name":"李四"}, { "name": "王五"}, { "name": "赵六" }, ] }, #index.wxml {... 阅读全文
posted @ 2018-09-18 23:04 破晓e 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 在js页面的data字典内添加绑定数据 data: { "messg":"helloworld " }, 在wxml页面内使用{{}}调用数据 阅读全文
posted @ 2018-09-18 23:02 破晓e 阅读(124) 评论(0) 推荐(0) 编辑