@ -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) => {
@ -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, // 财运小旺
/**
@ -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,
@ -92,7 +92,7 @@
"quickapp" : {},
/* 小程序特有相关 */
"mp-weixin" : {
"appid" : "wxe843b6d7a4bd3389",
"appid" : "wxa3127ed5c3542a28",
"libVersion" : "latest",
"setting" : {
// 是否检查安全域名和 TLS 版本
@ -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(() => {