| 1 |
- <view class="box"><view class="box_ul"><block wx:for="{{boxList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" data-event-params="{{({item})}}" class="box_ul_li " bindtap="__e"><view class="s-bt flex"><view class="s-tx"><image src="{{item.box_tx}}" mode="aspectFill"></image></view><view class="s-mc">{{item.box_mc}}</view><view class="s-sj">{{item.box_sj}}</view><view class="s-qc"></view></view><view class="s-zw">{{item.box_zw}}</view><view class="s-img-list "><block wx:for="{{item.box_img}}" wx:for-item="item2" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['e1',['$event']]]]]}}" data-event-params="{{({item})}}" class="s-img-box" bindtap="__e"><image src="{{item2}}" mode="aspectFill" data-event-opts="{{[['tap',[['lookImg',['$0'],[[['boxList','',index],['box_img','',index]]]]]]]}}" bindtap="__e"></image></view></block><view class="s-qc"></view></view></view></block></view><view data-event-opts="{{[['tap',[['shaitu']]]]}}" class="shai-btn _div" bindtap="__e"><image src="/static/image/new_home/shaitu.png" mode="widthFix"></image></view></view>
|