diff --git a/pages/shop/GoodsCon/index.vue b/pages/shop/GoodsCon/index.vue
index 98a3137..c6bb2e9 100644
--- a/pages/shop/GoodsCon/index.vue
+++ b/pages/shop/GoodsCon/index.vue
@@ -142,13 +142,13 @@
- 生成海报
+ 生成海报
-
+
- 生成海报
+ 生成海报
@@ -475,6 +475,9 @@ export default {
if (num.cart_num < 1) {
this.$set(this.attr.productSelect, "cart_num", 1);
this.$set(this, "cart_num", 1);
+ } else {
+ this.$set(this.attr.productSelect, "cart_num", num.cart_num);
+ this.$set(this, "cart_num", num.cart_num);
}
}
},