|
@@ -124,7 +124,7 @@ export default defineComponent({
|
|
data: body
|
|
data: body
|
|
})
|
|
})
|
|
if (code === 200) {
|
|
if (code === 200) {
|
|
- this.getProductAddCartCount(selectItem.id, true)
|
|
|
|
|
|
+ // this.getProductAddCartCount(selectItem.id, true)
|
|
if (this.showType === 'cart') {
|
|
if (this.showType === 'cart') {
|
|
this.onGetCartCount()
|
|
this.onGetCartCount()
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|