diff --git a/src/views/wechat/config/shop.vue b/src/views/wechat/config/shop.vue
index 4d92e8d..5ea617b 100644
--- a/src/views/wechat/config/shop.vue
+++ b/src/views/wechat/config/shop.vue
@@ -18,6 +18,10 @@
如果设置满包邮0 表示全局包邮,如果设置大于0表示满这价格包邮,否则走运费模板算法
+
+ 显示
+ 隐藏
+
提交
@@ -39,6 +43,7 @@ export default {
return {
delLoading: false,
form: {
+ yshop_show_recharge: 1,
file_store_mode: 2,
site_url: '',
api_url: '',
diff --git a/src/views/wechat/config/wxapp.vue b/src/views/wechat/config/wxapp.vue
index 7787125..4c8a40f 100644
--- a/src/views/wechat/config/wxapp.vue
+++ b/src/views/wechat/config/wxapp.vue
@@ -10,7 +10,6 @@
提交
-
diff --git a/src/views/wechat/goods/index.vue b/src/views/wechat/goods/index.vue
index 70f42cb..4d7ba45 100644
--- a/src/views/wechat/goods/index.vue
+++ b/src/views/wechat/goods/index.vue
@@ -291,6 +291,7 @@ export default {
this.form.good.image = form.coverImgeUrl
this.form.good.price = form.price
this.form.good.otPrice = form.price2
+ this.form.good.auditStatus = form.auditStatus
},
}
}