@@ -186,12 +186,13 @@ | |||
method: "POST", | |||
showLoading: true, | |||
}; | |||
// #ifdef MP-WEIXIN | |||
request(getGlobalParam, options).then((res) => { | |||
const result = stringToJson(res.bizContent); | |||
setItem('globalParam', result.data) | |||
console.log("配置", result); | |||
}); | |||
// #ifdef MP-WEIXIN | |||
// #endif | |||
}, | |||
@@ -19,9 +19,7 @@ | |||
"navigationBarTitleText": "", | |||
"enablePullDownRefresh": false | |||
} | |||
}, | |||
{ | |||
"path": "pages/order/order", | |||
"style": { | |||
@@ -42,7 +40,6 @@ | |||
} | |||
} | |||
}, | |||
{ | |||
"path": "pages/service/service", | |||
"style": { |