bargain_code.wxml 2.2 KB

1
  1. <view class="{{[themeName]}}"><u-tabs vue-id="26afa641-1" list="{{tabsList}}" is-scroll="{{false}}" height="{{80}}" active-color="{{themeColor}}" bar-style="{{({top:'100%'})}}" current="{{tabsIndex}}" data-event-opts="{{[['^change',[['changeCurrentTab']]]]}}" bind:change="__e" bind:__l="__l"></u-tabs><mescroll-body class="vue-ref" vue-id="26afa641-2" up="{{upOption}}" down="{{downOption}}" data-ref="mescrollRef" data-event-opts="{{[['^init',[['mescrollInit']]],['^up',[['upCallback']]],['^down',[['downCallback']]]]}}" bind:init="__e" bind:up="__e" bind:down="__e" bind:__l="__l" vue-slots="{{['default']}}"><view class="goods-list"><block wx:for="{{bargainGoods}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view><view data-event-opts="{{[['tap',[['tobargainProgeess',['$0'],[[['bargainGoods','',index,'initiate_id']]]]]]]}}" class="goods-item flex-col" bindtap="__e"><view class="flex start-time row-between"><view>{{'发起时间:'+item.create_time+''}}</view><view class="{{[item.status!=3?'desc':'desc-fail']}}">{{''+item.status_desc+''}}</view></view><view class="flex bg-white centent"><u-image vue-id="{{('26afa641-3-'+index)+','+('26afa641-2')}}" width="180rpx" height="180rpx" border-radius="10rpx" src="{{item.goods_image}}" bind:__l="__l"></u-image><view class="goods-info m-l-20 flex-col"><view class="goods-name line-2 m-b-10" style="width:490rpx;">{{item.goods_name}}</view><view class="info-footer flex row-between m-t-5"><view class="flex"><price vue-id="{{('26afa641-4-'+index)+','+('26afa641-2')}}" content="{{item.current_price}}" prefix="已砍至¥" color="{{themeColor}}" mainSize="34rpx" minorSize="26rpx" bind:__l="__l"></price><price class="m-l-20" vue-id="{{('26afa641-5-'+index)+','+('26afa641-2')}}" content="{{item.origin_price}}" prefix="原价¥" color="#999999" mainSize="24rpx" minorSize="24rpx" bind:__l="__l"></price></view></view><view class="condition">{{''+item.tips+''}}</view></view></view><block wx:if="{{item.status!=3}}"><view class="footer flex row-right"><block wx:if="{{item.status==1}}"><view class="btn br60 white">继续砍价</view></block><block wx:if="{{item.status==2}}"><view class="btn br60 white">砍价成功</view></block></view></block></view></view></block></view></mescroll-body></view>