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.4 KiB
1 line
1.4 KiB
5 years ago
|
<view data-ref="container" class="group-list _div vue-ref"><block wx:if="{{combinationList.length>0}}"><view class="list _div"><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 _div" bindtap="__e"><view class="pictrue _div"><image src="{{item.image}}" class="_img"></image></view><view class="text _div"><view class="line1 _div">{{item.title}}</view><view class="acea-row _div"><view class="team acea-row row-middle cart-color _div"><view class="iconfont icon-pintuan _div"></view><view class="num _div">{{item.people+'人团'}}</view></view></view><view class="bottom acea-row row-between-wrapper _div"><view class="money _div">¥<label class="num _span">{{item.price}}</label><label class="y-money _span">{{'¥'+item.productPrice}}</label></view><view class="groupBnt bg-color-red _div">去拼团<label class="iconfont icon-jiantou _span"></label></view></view></view></view></block><loading vue-id="434cb33a-1" loaded="{{status}}" loading="{{loadingList}}" bind:__l="__l"></loading></view></block><block wx:if="{{combinationList.length===0}}"><view class="noCommodity _div" style="background-color:#fff;"><view class="noPictrue _div"><image class="image _img" src="{{$VUE_APP_RESOURCES_URL+'/images/noGood.png'}}"></image></view></view></block></view>
|