This commit is contained in:
魏啾
2024-07-19 17:44:18 +08:00
parent 0de026c34a
commit a0baa5b59a
4 changed files with 32 additions and 40 deletions

View File

@@ -78,9 +78,9 @@
<view class="name">
{{ item1.name }}
</view>
<view class="namess" v-if="item1.suit>1">
<!-- <view class="namess" v-if="item1.suit>1">
{{ item1.suit }}
</view>
</view> -->
<view class="price-wrap">
<view class="price">
<text class="i"></text>
@@ -110,7 +110,7 @@
</view>
</view>
</view>
<view class="cart-wrap" v-if="cartListsdatashow">
<view class="cart-wrap">
<view class="cart-content">
<view class="left">
<image class="icon" src="https://czg-qr-order.oss-cn-beijing.aliyuncs.com/drder/icon_cart.png"
@@ -366,7 +366,7 @@
return false;
}
} else {
this.cartListsdatashow = msg.data.length == 0 ? false : true
// this.cartListsdatashow = msg.data.length == 0 ? false : true
switch (msg.type) {
case 'sku': // sku 数量 查询这个商品的价格和数量
this.$set(this, 'amountcartNumber', msg.amount)