help.wxml 452 B

1
  1. <view><block wx:for="{{dataList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['goDet',['$0'],[[['dataList','',index]]]]]]]}}" class="bg-white flex justify-between align-center padding" style="margin-top:4rpx;" bindtap="__e"><view class="text-lg">{{index+1+"."+item.title}}</view><image style="width:20rpx;height:34rpx;" src="../../static/images/img/go.png" mode="aspectFill"></image></view></block></view>