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 line
1.5 KiB

<view class="page_box"><view class="content_box"><scroll-view class="scroll-box" scroll-y="{{true}}" enable-back-to-top="{{true}}" scroll-with-animation="{{true}}" data-event-opts="{{[['scrolltolower',[['loadMore',['$event']]]]]}}" bindscrolltolower="__e"><view class="group-wrap" style="{{'background:'+(background)+';'}}"><view class="group-head x-bc"><text class="group-head__title">爆款拼团</text><text class="group-head__notice">省钱省心限时拼</text></view><view class="group-box"><block wx:for="{{grouponList}}" wx:for-item="groupon" wx:for-index="index" wx:key="id"><view class="goods-item"><activity-card vue-id="{{'294933b0-1-'+index}}" cid="{{groupon.id}}" title="{{groupon.title}}" info="{{groupon.info}}" img="{{groupon.image}}" price="{{groupon.price}}" productPrice="{{groupon.productPrice}}" bind:__l="__l" vue-slots="{{['tag','sell','btn']}}"><view slot="tag"><block wx:if="{{index<3}}"><view class="tag">{{"TOP"+(index+1)}}</view></block></view><view slot="sell"><view class="x-f"><view class="sell-box"><text class="cuIcon-hotfill"></text><text class="sell-num">{{"已拼"+groupon.sales+"件"}}</text></view><text class="group-num">{{(groupon.people||0)+"人团"}}</text></view></view><view slot="btn"><button data-event-opts="{{[['tap',[['jump',['/pages/activity/GroupDetails/index',['o',['id',groupon.id]]]]]]]}}" class="cu-btn buy-btn" catchtap="__e">马上拼</button></view></activity-card></view></block></view></view></scroll-view></view><loading vue-id="294933b0-2" loaded="{{loaded}}" loading="{{loading}}" bind:__l="__l"></loading></view>