|
|
@@ -120,6 +120,7 @@ async function handleAddCart() {
|
|
|
}
|
|
|
catch (error) {
|
|
|
console.log(error)
|
|
|
+ useGlobalToast().show(String(error))
|
|
|
}
|
|
|
}
|
|
|
</script>
|
|
|
@@ -139,7 +140,7 @@ async function handleAddCart() {
|
|
|
</view>
|
|
|
</template>
|
|
|
</wd-swiper>
|
|
|
- <view class="header view-0 relative z-3 rounded-t-32rpx px24rpx pt24rpx -mt30rpx">
|
|
|
+ <view class="view-0 header relative z-3 rounded-t-32rpx px24rpx pt24rpx -mt30rpx">
|
|
|
<view class="flex items-center justify-between">
|
|
|
<view class="flex items-end text-#FF4D3A font-semibold">
|
|
|
<view class="text-24rpx">
|
|
|
@@ -340,7 +341,7 @@ async function handleAddCart() {
|
|
|
|
|
|
<view class="flex items-center">
|
|
|
<view class="w220rpx">
|
|
|
- <wd-button plain hairline block @click="selectGoods = true">
|
|
|
+ <wd-button hairline plain block @click="selectGoods = true">
|
|
|
加入购物车
|
|
|
</wd-button>
|
|
|
</view>
|