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
2.0 KiB
1 lines
2.0 KiB
<view class="box"><view class="bargain-list"><view class="header" style="{{('background-image: url('+imgHost+'/statics/images/bargain-list-bg.png);')}}"><view class="bargainTitle"><view style="{{'height:'+(getHeight.barTop+'px')+';'}}"></view><view class="sysTitle acea-row row-center-wrapper" style="{{'height:'+(getHeight.barHeight+'px')+';'}}"><text data-event-opts="{{[['tap',[['goarrow',['$event']]]]]}}" class="iconfont icon-ic_leftarrow" bindtap="__e"></text></view></view></view><block wx:if="{{$root.g0}}"><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',['/pages/activity/goods_bargain_details/index?id='+item.id+'&spid='+userInfo.uid]]]]]}}" class="item flex justify-between relative" bindtap="__e"><easy-loadimage vue-id="{{'2d5fb37e-1-'+index}}" mode="widthFix" image-src="{{item.image}}" width="240rpx" height="240rpx" borderRadius="20rpx" bind:__l="__l"></easy-loadimage><view class="w-410 fs-28 flex-col justify-between"><view><view class="w-410 lh-40rpx line2">{{item.title}}</view><view class="fs-22 fw-500 mt-8 red"><text class="iconfont icon-ic_fire fs-22 mr-8"></text>{{''+item.people+'人正在参与'}}</view></view><view class="flex-between-center"><view><view class="flex items-baseline red"><text class="fs-22 lh-30rpx fw-500">最低:</text><base-money vue-id="{{'2d5fb37e-2-'+index}}" money="{{item.min_price}}" symbolSize="24" integerSize="40" decimalSize="24" incolor="#E93323" weight="{{true}}" bind:__l="__l"></base-money></view><view class="otPrice">{{"¥"+item.ot_price}}</view></view><view class="cutBnt w-144 h-56 rd-30rpx flex-center fs-24 text--w111-fff">参与砍价</view></view></view></view></block></block></view></block><block wx:if="{{$root.g1}}"><view class="list no-goods"><image src="{{imgHost+'/statics/images/noActivity.gif'}}" mode></image><text class="fs-26 text--w111-999 pt-16">暂无砍价商品,去看看其他商品吧~</text></view></block></view></view> |