小程序
小游戏
企业微信
微信支付
扫描小程序码分享
<template name='report_head'>
<view class="tab-item {{currentTab==0?'active':''}}" data-current="0" bindtap="swichNav">1</view>
</template>
这里我打算进行循环遍历,有没有办法将下图画圈进行自增,
{{0++}},不起用
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
0写成index就行了
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
嗯不行,
要用wx:for-index,现在可以了~
<view class="tab-item {{currentTab==0?'active':''}}" wx:for="{{ arr }}" data-current="{{ index }}" bindtap="swichNav">1</view>
谢谢大佬,不过没有解决。
我想要进行的遍历:
<block wx:for="{{p1_guilds}}" wx:for-item="report_headItem" wx:key="report_headIndex">
<template is="report_head" data="{{...report_headItem,index,ids}}" />
</block>
<view class="tab-item {{currentTab==0(这里我想让他自增)?'active':''}}" data-current="0(这里我想让他自增)" bindtap="swichNav">1</view>
效果图
用wx:for-index也不可以吗
可以了,谢谢大佬
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
0写成index就行了
嗯不行,
要用wx:for-index,现在可以了~
<template name='report_head'>
<view class="tab-item {{currentTab==0?'active':''}}" wx:for="{{ arr }}" data-current="{{ index }}" bindtap="swichNav">1</view>
</template>
谢谢大佬,不过没有解决。
我想要进行的遍历:
<block wx:for="{{p1_guilds}}" wx:for-item="report_headItem" wx:key="report_headIndex">
<template is="report_head" data="{{...report_headItem,index,ids}}" />
</block>
<template name='report_head'>
<view class="tab-item {{currentTab==0(这里我想让他自增)?'active':''}}" data-current="0(这里我想让他自增)" bindtap="swichNav">1</view>
</template>
谢谢大佬,不过没有解决。
我想要进行的遍历:
<block wx:for="{{p1_guilds}}" wx:for-item="report_headItem" wx:key="report_headIndex">
<template is="report_head" data="{{...report_headItem,index,ids}}" />
</block>
<template name='report_head'>
<view class="tab-item {{currentTab==0(这里我想让他自增)?'active':''}}" data-current="0(这里我想让他自增)" bindtap="swichNav">1</view>
</template>
效果图
用wx:for-index也不可以吗
可以了,谢谢大佬