Feat(商品详情):细节调整
This commit is contained in:
@@ -391,7 +391,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view @click="goShoppingCart()" class="item animated" v-if="!animated">
|
<view @click="goShoppingCart()" class="item animated" v-if="!animated">
|
||||||
<view class="iconfont icon-gouwuche1">
|
<view class="iconfont icon-gouwuche1">
|
||||||
<text class="num bg-color-lightred" v-if="CartCount > 0">{{ CartCount }}</text>
|
<text class="num bg-color-lightred v12-primary" v-if="CartCount > 0">{{ CartCount }}</text>
|
||||||
</view>
|
</view>
|
||||||
<text style="text-align: center;">购物车</text>
|
<text style="text-align: center;">购物车</text>
|
||||||
</view>
|
</view>
|
||||||
@@ -418,7 +418,7 @@
|
|||||||
加入购物车
|
加入购物车
|
||||||
</view>
|
</view>
|
||||||
<view
|
<view
|
||||||
class="btn-buy"
|
class="btn-buy v12-primary"
|
||||||
:class="{
|
:class="{
|
||||||
'btn-buy-disabled': (attr.productSelect.stock === 0 && attr.cartAttr) || storeInfo.stock === 0
|
'btn-buy-disabled': (attr.productSelect.stock === 0 && attr.cartAttr) || storeInfo.stock === 0
|
||||||
}"
|
}"
|
||||||
|
|||||||
Reference in New Issue
Block a user