From 5d11ee118dc3906268f67b6cacb18b23daba5bba Mon Sep 17 00:00:00 2001 From: xuwenbo <717567226@qq.com> Date: Mon, 14 Sep 2020 17:07:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A8=E6=80=81=E6=8E=A7=E5=88=B6=E5=85=85?= =?UTF-8?q?=E5=80=BC=E6=8C=89=E9=92=AE=E6=98=BE=E7=A4=BA=E9=9A=90=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wechat/config/shop.vue | 5 +++++ src/views/wechat/config/wxapp.vue | 1 - src/views/wechat/goods/index.vue | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) 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 }, } }