1 |
- <view class="bd-bottom dir-left-nowrap cross-center data-v-4099c3f3"><view data-event-opts="{{[['tap',[['router',['$event']]]]]}}" class="bd-back dir-top-nowrap main-center cross-center data-v-4099c3f3" bindtap="__e"><image class="bd-icon data-v-4099c3f3" src="../../../static/image/icon/index.png"></image><text class="bd-text data-v-4099c3f3">首页</text></view><bd-service vue-id="2b4761df-1" name="{{name}}" url="{{url}}" class="data-v-4099c3f3" bind:__l="__l"></bd-service><block wx:if="{{item.goods_stock>0&&start_time}}"><view class="box-grow-1 dir-left-nowrap data-v-4099c3f3"><block wx:if="{{is_alone_buy===1}}"><view data-event-opts="{{[['tap',[['turnOn',[false]]]]]}}" class="{{['bd-btn','but','dir-top-nowrap','box-grow-1','data-v-4099c3f3',is_alone_buy===1?'bd-btn-left':'']}}" style="{{'background:'+(item.buy_goods_auth?theme.background_s_gradient_btn:'#999999')+';'+('color:'+(item.buy_goods_auth?theme.secondary_text:'')+';')}}" catchtap="__e"><text class="price data-v-4099c3f3">{{''+singlePrice+''}}</text><text class="app-text data-v-4099c3f3">单独购买</text></view></block><view data-event-opts="{{[['tap',[['turnOn',[true]]]]]}}" class="{{['bd-btn','but','dir-top-nowrap','box-grow-1','data-v-4099c3f3',is_alone_buy===1?'bd-btn-right':'']}}" style="{{'background:'+(item.buy_goods_auth?theme.background_gradient_btn:'#999999')+';'+('color:'+(theme.main_text)+';')}}" bindtap="__e"><text class="price data-v-4099c3f3">{{group_price}}</text><text class="app-text data-v-4099c3f3">{{groups[set_group_num].groups.people_num+"人拼团"}}</text></view></view></block><block wx:else><view class="bd-btn bd-oversell-btn box-grow-1 data-v-4099c3f3"><block wx:if="{{item.goods_stock===0}}">已售罄</block><block wx:else><block wx:if="{{!start_time}}">活动未开始</block></block></view></block></view>
|