|
@@ -75,7 +75,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
- <view class="bottom-section">
|
|
|
|
|
|
|
+ <!-- <view class="bottom-section">
|
|
|
<view class="orders active">
|
|
<view class="orders active">
|
|
|
<image src="./images/icon-home-active.png" />
|
|
<image src="./images/icon-home-active.png" />
|
|
|
<text>首页</text>
|
|
<text>首页</text>
|
|
@@ -84,10 +84,7 @@
|
|
|
<image src="./images/icon-order.png" />
|
|
<image src="./images/icon-order.png" />
|
|
|
<text>订单</text>
|
|
<text>订单</text>
|
|
|
</view>
|
|
</view>
|
|
|
- <!-- <view class="btnSection">
|
|
|
|
|
- <button bind:tap="onBuyShop" type="primary" disabled="{{ isOverSaled }}">立即购买</button>
|
|
|
|
|
- </view> -->
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+ </view> -->
|
|
|
|
|
|
|
|
|
|
|
|
|
<van-popup show="{{ popupShow }}" safe-area-inset-bottom="{{false}}" lock-scroll="{{true}}" bind:close="onClose" position="bottom" round z-index="101">
|
|
<van-popup show="{{ popupShow }}" safe-area-inset-bottom="{{false}}" lock-scroll="{{true}}" bind:close="onClose" position="bottom" round z-index="101">
|