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
1.3 KiB
1 lines
1.3 KiB
<view data-ref="container" class="group-list vue-ref"><block wx:if="{{combinationList.length>0}}"><view class="list"><block wx:for="{{combinationList}}" wx:for-item="item" wx:for-index="combinationListIndex" wx:key="combinationListIndex"><view data-event-opts="{{[['tap',[['link',['$0'],[[['combinationList','',combinationListIndex,'id']]]]]]]}}" class="item acea-row row-between-wrapper" bindtap="__e"><view class="pictrue"><image src="{{item.image}}"></image></view><view class="text"><view class="line1">{{item.title}}</view><view class="acea-row"><view class="team acea-row row-middle cart-color"><view class="iconfont icon-pintuan"></view><view class="num">{{item.people+'人团'}}</view></view></view><view class="bottom acea-row row-between-wrapper"><view class="money">¥<text class="num">{{item.price}}</text><text class="y-money">{{'¥'+item.productPrice}}</text></view><view class="groupBnt bg-color-red">去拼团<text class="iconfont icon-jiantou"></text></view></view></view></view></block><loading vue-id="1" loaded="{{status}}" loading="{{loadingList}}" bind:__l="__l"></loading></view></block><block wx:if="{{combinationList.length===0}}"><view class="noCommodity" style="background-color:#fff;"><view class="noPictrue"><image class="image" src="{{$VUE_APP_RESOURCES_URL+'/images/noGood.png'}}"></image></view></view></block></view> |