首页
消防安全隐患排查和验收
域名转发系统
祺平订单系统
您所在的位置:首页 > 微信 > 正文

微信小程序for循环模板template里面怎么得到for循环的下标index

887

//for循环模板postItem 

<block wx:for="{{postList}}" wx:for-item="item" wx:for-index="idx">

<template is="postItem" data="{{item:item, idx:idx}}"/>

</block>


//template模板获取for循环里的下标idx的值     

<template name="postItem">

    <text class="post-title">{{idx}}</text>

</template>


//模板里获取for循环里的下标idx

{{item:item, idx:idx}}


本文网址:http://www.14study.cn/show.asp?id=96

若本文章侵犯了您的著作权,请联系我删除 QQ:695898855

更多>>网友评论
发表评论