Commit 86a02db27c35e2be660256bd3959f24041e9fa8e

Authored by yvan.ni
1 parent d4244aae

isLogin 在直播列表换成 isLogin_a

packageA/pages/liveStream/liveStream.js
... ... @@ -285,11 +285,11 @@ Page({
285 285  
286 286 getApp().check_can_share(this);
287 287 if (app.globalData.userInfo) {
288   - if (!this.data.isLogin) {
  288 + if (!this.data.isLogin_a) {
289 289 this.setData({
290 290 userInfo: app.globalData.userInfo,
291 291 imghost: app.globalData.setting.imghost,
292   - isLogin: true,
  292 + isLogin_a: true,
293 293 });
294 294  
295 295 this.updateLiveList().then(() => {
... ... @@ -312,9 +312,6 @@ Page({
312 312 });
313 313  
314 314  
315   -
316   -
317   -
318 315 });
319 316  
320 317  
... ...