You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
993 B
1 lines
993 B
<view style="{{'background-color:var(--view-theme);min-height:100vh;padding-bottom:1rpx;'+(colorStyle)}}"><view class="bargain-list"><view class="header" style="{{('background-image: url('+hostUrl+picUrl.bgList+');')}}"></view><view class="list"><block wx:for="{{bargainList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><block><view data-event-opts="{{[['tap',[['openSubscribe',['$0'],[[['bargainList','',index]]]]]]]}}" class="item acea-row row-between-wrapper" bindtap="__e"><view class="pictrue"><image src="{{item.image}}"></image></view><view class="text acea-row row-column-around"><view class="name line1">{{item.title||''}}</view><view class="num"><text class="iconfont icon-pintuan"></text>{{''+item.people+$root.m0+''}}</view><view class="money">{{''+$root.m1+" : "+$root.m2+''}}<text class="price">{{item.min_price}}</text></view></view><view class="cutBnt"><text class="iconfont icon-kanjia"></text>{{''+$root.m3+''}}</view></view></block></block></view></view></view> |