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.4 KiB
1 lines
2.4 KiB
<view><view class="w-full bg-top relative" style="{{'background-image:'+(headerBg)+';'}}"><view class="fixed-lt w-full z-20" style="{{'padding-top:'+(sysHeight+'px')+';'+('background:'+(pageScrollStatus?'#e93323':'transparent')+';')}}"><view class="w-full px-20 pl-20 h-80 flex-between-center"><text data-event-opts="{{[['tap',[['backPage',['$event']]]]]}}" class="iconfont icon-ic_leftarrow fs-40 text--w111-fff" bindtap="__e"></text><text class="fs-34 fw-500 text--w111-fff">拼团活动</text><text></text></view></view></view><view class="relative rd-t-40rpx bg--w111-f5f5f5 w-full content"><block wx:if="{{$root.g0}}"><view><view class="pt-32 pl-20 pr-20"><block wx:for="{{combinationList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['openSubcribe',['$0'],[[['combinationList','',index]]]]]]]}}" class="card w-full bg--w111-fff rd-24rpx p-20 flex" bindtap="__e"><easy-loadimage vue-id="{{'052da564-1-'+index}}" mode="widthFix" image-src="{{item.image}}" width="240rpx" height="240rpx" borderRadius="20rpx" bind:__l="__l"></easy-loadimage><view class="flex-1 h-240 pl-20 flex-col justify-between"><view class="w-full"><view class="w-full fs-28 lh-40rpx line2">{{item.title}}</view><view class="flex fs-20 mt-14"><view class="tuan-num text--w111-fff flex-center">{{item.people+"人团"}}</view><view class="complete font-red flex-center">{{"已拼"+item.pink_count+"份"}}</view></view></view><view class="w-full flex-between-center"><view><view class="flex items-baseline"><text class="fs-22 lh-30rpx font-red fw-500">拼团价:</text><base-money vue-id="{{'052da564-2-'+index}}" money="{{item.price}}" symbolSize="24" integerSize="40" decimalSize="24" color="#e93323" weight="{{true}}" bind:__l="__l"></base-money></view><view class="text-line text--w111-999 fs-22 lh-30rpx mt-12">{{"¥"+item.product_price}}</view></view><block wx:if="{{item.stock>0&&item.quota>0}}"><view class="w-144 h-56 rd-30rpx flex-center fs-24 bg-gradient text--w111-fff">参与拼团</view></block><block wx:else><view class="w-144 h-56 rd-30rpx flex-center fs-24 bg-gray text--w111-fff">参与拼团</view></block></view></view></view></block></view></view></block><block wx:if="{{!$root.g1}}"><view class="p-20"><empty-page vue-id="052da564-3" title="暂无拼团商品,去看看其他商品吧~" src="/statics/images/noActivity.gif" bind:__l="__l"></empty-page></view></block></view></view> |