This commit is contained in:
魏啾
2024-07-20 13:25:39 +08:00
parent 8655d7ed2f
commit ca46106afb
2 changed files with 8 additions and 6 deletions

View File

@@ -79,7 +79,7 @@
{{ item1.name }}
</view>
<view class="namess" v-if="item1.suit>1">
{{ item1.suit }}
起售{{ item1.suit }}
</view>
<view class="price-wrap">
<view class="price">
@@ -452,7 +452,7 @@
}
break;
}
console.log(this.cartLists.data,1111111)
console.log(this.cartLists.data, 1111111)
this.cartListsdatashow = this.cartLists.data.length == 0 ? false : true
}
} catch (e) {
@@ -927,6 +927,7 @@
margin-top: 16rpx;
font-size: 24upx;
font-weight: 300;
color: #a5a5a5;
}
.select-sku-wrap {