|
|
@@ -587,7 +587,7 @@ export default {
|
|
|
<view v-else>
|
|
|
<view class="flex items-center">
|
|
|
<image
|
|
|
- :src="` ${StaticUrl}/sub-cart.png`" class="h44rpx w44rpx"
|
|
|
+ :src="`${StaticUrl}/sub-cart.png`" class="h44rpx w44rpx"
|
|
|
@click.stop="handleSubCart($event, item)"
|
|
|
/>
|
|
|
<view
|
|
|
@@ -596,7 +596,7 @@ export default {
|
|
|
{{ item.num }}
|
|
|
</view>
|
|
|
<image
|
|
|
- :src="` ${StaticUrl}/add-cart.png`" class="h44rpx w44rpx"
|
|
|
+ :src="`${StaticUrl}/add-cart.png`" class="h44rpx w44rpx"
|
|
|
@click.stop="handleAddCart($event, item)"
|
|
|
/>
|
|
|
</view>
|
|
|
@@ -851,7 +851,7 @@ export default {
|
|
|
<template #footer>
|
|
|
<view class="box-border w-full flex items-center justify-between py20rpx">
|
|
|
<view class="w-48%">
|
|
|
- <wd-button plain hairline block @click="selectGoods = false">
|
|
|
+ <wd-button hairline plain block @click="selectGoods = false">
|
|
|
取消
|
|
|
</wd-button>
|
|
|
</view>
|