mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-05-07 01:47:20 +08:00
【修复】修复非【仿点餐模块】栏目样式下,出现购物车框的问题。
This commit is contained in:
@@ -92,6 +92,15 @@
|
|||||||
</view>
|
</view>
|
||||||
</scroll-view>
|
</scroll-view>
|
||||||
</view>
|
</view>
|
||||||
|
<!-- 购物车栏 begin -->
|
||||||
|
<view class="cart-box">
|
||||||
|
<view class="mark">
|
||||||
|
<image src="https://files.cdn.coreshop.cn/static/template/diancan/images/cart.png" class="cart-img"></image>
|
||||||
|
<view class="tag">{{cartNums}}</view>
|
||||||
|
</view>
|
||||||
|
<view class="price">¥{{cartMoney}}</view>
|
||||||
|
<button type="primary" class="pay-btn" @tap="redirectCart" :disabled="cartNums<=0">去结算</button>
|
||||||
|
</view>
|
||||||
<!-- 购物车栏 end -->
|
<!-- 购物车栏 end -->
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
@@ -106,15 +115,7 @@
|
|||||||
@add-cart="addCart"
|
@add-cart="addCart"
|
||||||
@buy-now="buyNow"></vk-data-goods-sku-popup>
|
@buy-now="buyNow"></vk-data-goods-sku-popup>
|
||||||
</view>
|
</view>
|
||||||
<!-- 购物车栏 begin -->
|
|
||||||
<view class="cart-box">
|
|
||||||
<view class="mark">
|
|
||||||
<image src="https://files.cdn.coreshop.cn/static/template/diancan/images/cart.png" class="cart-img"></image>
|
|
||||||
<view class="tag">{{cartNums}}</view>
|
|
||||||
</view>
|
|
||||||
<view class="price">¥{{cartMoney}}</view>
|
|
||||||
<button type="primary" class="pay-btn" @tap="redirectCart" :disabled="cartNums<=0">去结算</button>
|
|
||||||
</view>
|
|
||||||
<!-- 登录提示 -->
|
<!-- 登录提示 -->
|
||||||
<coreshop-login-modal></coreshop-login-modal>
|
<coreshop-login-modal></coreshop-login-modal>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -78,7 +78,16 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
</scroll-view>
|
</scroll-view>
|
||||||
<!-- goods list end -->
|
<!-- 购物车栏 begin -->
|
||||||
|
<view class="cart-box">
|
||||||
|
<view class="mark">
|
||||||
|
<image src="https://files.cdn.coreshop.cn/static/template/diancan/images/cart.png" class="cart-img"></image>
|
||||||
|
<view class="tag">{{cartNums}}</view>
|
||||||
|
</view>
|
||||||
|
<view class="price">¥{{cartMoney}}</view>
|
||||||
|
<button type="primary" class="pay-btn" @tap="redirectCart" :disabled="cartNums<=0">去结算</button>
|
||||||
|
</view>
|
||||||
|
<!-- 购物车栏 end -->
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
@@ -94,16 +103,6 @@
|
|||||||
@add-cart="addCart"
|
@add-cart="addCart"
|
||||||
@buy-now="buyNow"></vk-data-goods-sku-popup>
|
@buy-now="buyNow"></vk-data-goods-sku-popup>
|
||||||
|
|
||||||
<!-- 购物车栏 begin -->
|
|
||||||
<view class="cart-box">
|
|
||||||
<view class="mark">
|
|
||||||
<image src="https://files.cdn.coreshop.cn/static/template/diancan/images/cart.png" class="cart-img"></image>
|
|
||||||
<view class="tag">{{cartNums}}</view>
|
|
||||||
</view>
|
|
||||||
<view class="price">¥{{cartMoney}}</view>
|
|
||||||
<button type="primary" class="pay-btn" @tap="redirectCart" :disabled="cartNums<=0">去结算</button>
|
|
||||||
</view>
|
|
||||||
<!-- 购物车栏 end -->
|
|
||||||
<!-- 登录提示 -->
|
<!-- 登录提示 -->
|
||||||
<coreshop-login-modal></coreshop-login-modal>
|
<coreshop-login-modal></coreshop-login-modal>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user