门店icon修复
parent
97de01f0ba
commit
308560d3ee
|
|
@ -78,7 +78,7 @@
|
|||
<view class="wh-auto flex-row jc-sb align-c">
|
||||
<view class="flex-row align-c flex-1 flex-width padding-bottom-xs">
|
||||
<view class="cart-icon-total pr cp top-sm padding-left-main" @tap="cart_switch_event">
|
||||
<iconfont name="icon-applet-shop-acquiesce" size="36rpx" color="#666"></iconfont>
|
||||
<iconfont name="icon-menu-cart" size="36rpx" color="#666"></iconfont>
|
||||
<view v-if="(cart || null) != null && (cart.buy_number || 0) > 0" class="badge-icon pa">
|
||||
<component-badge :propNumber="cart.buy_number"></component-badge>
|
||||
</view>
|
||||
|
|
|
|||
Loading…
Reference in New Issue