意见反馈跳转问题

version/0412
wangdong 6 months ago
parent aee5ea0b70
commit 4fd3d5de63
  1. 2
      api/home/index.js
  2. 3
      config.js
  3. 2
      core/config/defaultConfig.js
  4. 2
      manifest.json
  5. 2
      pages/feedback/form.vue

@ -17,7 +17,7 @@ export const wxAppSetting = (param, option) => {
} }
// 小程序风格 // 小程序风格
export const wxAppStyle = (param, option) => { export const wxAppStyle = (param, option) => {
return request.post('/merchant/getPageStyle', param, option) return request.post('merchant/getPageStyle', param, option)
} }
// benner列表 // benner列表
export const getBannerList = (param, option) => { export const getBannerList = (param, option) => {

@ -17,8 +17,9 @@ export default {
* 可在超管后台-商城列表中查看10025 * 可在超管后台-商城列表中查看10025
*/ */
// storeId: 10001, // storeId: 10001,
storeId: 10045, // storeId: 10045, // 派货宝
// storeId: 10037, // storeId: 10037,
storeId: wx.getExtConfigSync && wx.getExtConfigSync().store_id ? wx.getExtConfigSync().store_id : 10048, // 财运小旺
/** /**

@ -15,7 +15,7 @@ export default {
* 商城ID (必填) * 商城ID (必填)
* 可在超管后台-商城列表中查看 * 可在超管后台-商城列表中查看
*/ */
storeId: wx.getExtConfigSync? wx.getExtConfigSync().store_id : 10048, storeId: wx.getExtConfigSync && wx.getExtConfigSync().store_id ? wx.getExtConfigSync().store_id : 10048,
// storeId: 10037, // storeId: 10037,
/** /**

@ -92,7 +92,7 @@
"quickapp" : {}, "quickapp" : {},
/* */ /* */
"mp-weixin" : { "mp-weixin" : {
"appid" : "wxe843b6d7a4bd3389", "appid" : "wxa3127ed5c3542a28",
"libVersion" : "latest", "libVersion" : "latest",
"setting" : { "setting" : {
// TLS // TLS

@ -204,7 +204,7 @@ import * as Api from '@/api/feedback/index.js'
.then(res => { .then(res => {
console.log(res); console.log(res);
this.loading = false; this.loading = false;
this.isPublish = true; this.isSubmit = true;
}) })
.catch(() => { .catch(() => {
this.loading = false; this.loading = false;

Loading…
Cancel
Save