Browse Source

提交

master
shaojing 2 years ago
parent
commit
a9b021a39b
  1. 2
      app.js

2
app.js

@ -21,7 +21,7 @@ App({
unique_key: "wechatxcx" unique_key: "wechatxcx"
}).then(res => { }).then(res => {
let data = JSON.parse(res.data); let data = JSON.parse(res.data);
data.isTest = data.isTest100? true : false; data.isTest = data.isTest101? true : false;
this.globalData.configJson = data this.globalData.configJson = data
}).then(() => { }).then(() => {
// 获取ui配置文件 // 获取ui配置文件

Loading…
Cancel
Save