mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-02-05 05:09:49 +08:00
【优化】点餐模式下栏目页面购物车图标增加点击跳转购物车列表的方法。
This commit is contained in:
@@ -105,7 +105,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<!-- 购物车栏 begin -->
|
<!-- 购物车栏 begin -->
|
||||||
<view class="cart-box">
|
<view class="cart-box">
|
||||||
<view class="mark">
|
<view class="mark" @tap="redirectCart()">
|
||||||
<image src="/static/images/common/cart.png" class="cart-img"></image>
|
<image src="/static/images/common/cart.png" class="cart-img"></image>
|
||||||
<view class="tag">{{cartNums}}</view>
|
<view class="tag">{{cartNums}}</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user