1 |
- <view class="lunbobox-container"><block wx:for="{{lunboboxList}}" wx:for-item="lunbobox" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['toDetail',['$event']]]]]}}" class="{{['lunbobox',showIndex==index&&'show',nextIndex==index&&'next']}}" bindtap="__e"><view class="left-info"><view class="avatar"><image src="/static/def-avatar.png" mode="heightFix"></image></view><view class="user">{{lunbobox.nickname}}</view><view class="goods-name">{{"获得"+lunbobox.goods_name}}</view></view><view class="goods-img"><image src="{{lunbobox.goods_image}}" mode="widthFix"></image></view></view></block></view>
|