小程序
小游戏
企业微信
微信支付
扫描小程序码分享
没有使用template的时候用for循环data-index="{{index}}" 能自动获取本身是循环里面的第几个,但是用了template 后,里面的index就变成了数据请求里面的值了,要如何解决
8 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
<block wx:for="{{5}}">
<template is='a' data="{{data,index}}"/>
</block>
这样?
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
this.setData 属性来修改
需要通过接口获取后台数据
请教 怎么动态修改模板中的数据?
Page({ data: { item: { index: 0, msg: 'this is a template', time: '2016-09-15' } } })
item对象中的数据, 渲染成后台获取的数据?
可以了,非常感谢旅途大神
类似这样,data-collectid = "{{item.postId}}" 把item去掉就行data-collectid = "{{postId}}"
http://www.wxapp-union.com/portal.php?mod=view&aid=3320
WXML通过template 引入使用,我该怎么将数值存到 target.dataset 中呢
非常感谢
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
<block wx:for="{{5}}">
<template is='a' data="{{data,index}}"/>
</block>
这样?
this.setData 属性来修改
需要通过接口获取后台数据
请教 怎么动态修改模板中的数据?
Page({ data: { item: { index: 0, msg: 'this is a template', time: '2016-09-15' } } })
item对象中的数据, 渲染成后台获取的数据?
可以了,非常感谢旅途大神
类似这样,data-collectid = "{{item.postId}}" 把item去掉就行data-collectid = "{{postId}}"
http://www.wxapp-union.com/portal.php?mod=view&aid=3320
WXML通过template 引入使用,我该怎么将数值存到 target.dataset 中呢
非常感谢