提交 23fdaa1c3932c327988c61275574f4be3e43560e

作者 wangyu
1 个父辈 633497fe

代码优化

正在显示 1 个修改的文件 包含 1 行增加4 行删除
... ... @@ -90,9 +90,7 @@ App({
90 90 console.log("login-res-fail", res);
91 91 },
92 92 complete:function(res){
93   - if(str=="chat"){
94   - that.globalData.refresh_complete = true
95   - }
  93 +
96 94 }
97 95 })
98 96 },
... ... @@ -144,7 +142,6 @@ App({
144 142 appId: appId,
145 143 com_id: "",
146 144 onshow_count: 0,
147   - refresh_complete: false,
148 145 // baseUrl: "http://47.99.47.16:20000/",
149 146 // baseUrl: "http://47.96.75.229:20000/",
150 147 // baseUrl: "http://192.144.144.220:20000/",
... ...
注册登录 后发表评论