提交 23fdaa1c3932c327988c61275574f4be3e43560e

作者 wangyu
1 个父辈 633497fe

代码优化

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