From 4fd3d5de63e2309564f0df76261408c64e6e79b8 Mon Sep 17 00:00:00 2001 From: wangdong <1551135706@qq.com> Date: Mon, 20 May 2024 10:20:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=84=8F=E8=A7=81=E5=8F=8D=E9=A6=88=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/home/index.js | 2 +- config.js | 3 ++- core/config/defaultConfig.js | 2 +- manifest.json | 2 +- pages/feedback/form.vue | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/api/home/index.js b/api/home/index.js index 08e9fb5..1049f5c 100644 --- a/api/home/index.js +++ b/api/home/index.js @@ -17,7 +17,7 @@ export const wxAppSetting = (param, option) => { } // 小程序风格 export const wxAppStyle = (param, option) => { - return request.post('/merchant/getPageStyle', param, option) + return request.post('merchant/getPageStyle', param, option) } // benner列表 export const getBannerList = (param, option) => { diff --git a/config.js b/config.js index 12758af..0bf8ec8 100644 --- a/config.js +++ b/config.js @@ -17,8 +17,9 @@ export default { * 可在超管后台-商城列表中查看10025 */ // storeId: 10001, - storeId: 10045, + // storeId: 10045, // 派货宝 // storeId: 10037, + storeId: wx.getExtConfigSync && wx.getExtConfigSync().store_id ? wx.getExtConfigSync().store_id : 10048, // 财运小旺 /** diff --git a/core/config/defaultConfig.js b/core/config/defaultConfig.js index b299380..650eaaf 100644 --- a/core/config/defaultConfig.js +++ b/core/config/defaultConfig.js @@ -15,7 +15,7 @@ export default { * 商城ID (必填) * 可在超管后台-商城列表中查看 */ - storeId: wx.getExtConfigSync? wx.getExtConfigSync().store_id : 10048, + storeId: wx.getExtConfigSync && wx.getExtConfigSync().store_id ? wx.getExtConfigSync().store_id : 10048, // storeId: 10037, /** diff --git a/manifest.json b/manifest.json index 85406bd..e486afc 100644 --- a/manifest.json +++ b/manifest.json @@ -92,7 +92,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wxe843b6d7a4bd3389", + "appid" : "wxa3127ed5c3542a28", "libVersion" : "latest", "setting" : { // 是否检查安全域名和 TLS 版本 diff --git a/pages/feedback/form.vue b/pages/feedback/form.vue index 967da2f..8938563 100644 --- a/pages/feedback/form.vue +++ b/pages/feedback/form.vue @@ -204,7 +204,7 @@ import * as Api from '@/api/feedback/index.js' .then(res => { console.log(res); this.loading = false; - this.isPublish = true; + this.isSubmit = true; }) .catch(() => { this.loading = false;