jiazhipeng 7 months ago
parent
commit
2ad4ee047d
  1. 2
      app.js

2
app.js

@ -38,7 +38,7 @@ App({
// 获取前端配置文件
commonApi._post("pbservice/Other/getClientConfig", {unique_key: "wechatxcx"}).then(res => {
let data = JSON.parse(res.data);
data.isTest = data.isTest133? true : false;
data.isTest = data.isTest134? true : false;
data.indexSeason = null
this.globalData.configJson = data
}).then(() => {

Loading…
Cancel
Save