diff --git a/components/ProductWindow.vue b/components/ProductWindow.vue index 09825f5..d0adbbe 100644 --- a/components/ProductWindow.vue +++ b/components/ProductWindow.vue @@ -142,7 +142,6 @@ export default { }, cartNum: { handler(val) { - console.log(val, 'cardNum'); this.cartNumber = val || 1 }, deep: true, diff --git a/pkg_join/views/shop.vue b/pkg_join/views/shop.vue index 7e30c74..f61e443 100644 --- a/pkg_join/views/shop.vue +++ b/pkg_join/views/shop.vue @@ -337,7 +337,9 @@