教程问题反馈:第2章 小程序代码组成WXML 模板

发布于 8 年前作者 jingcui10597 次浏览最后编辑 8 年前来自 ask
<!--
{
  index: 0,
  msg: 'this is a template',
  time: '2016-06-18'
}
-->

the definition of “item” is  missing in front of all data.

so it should be like this:

<!--
{

 item:

 {index: 0,

 msg: 'this is a template',  time: '2016-06-18'} } -->
1 回复
lyu
lyu1 楼6 年前

不是很明白你所描述的问题?