Commit 86a02db27c35e2be660256bd3959f24041e9fa8e
1 parent
d4244aae
isLogin 在直播列表换成 isLogin_a
Showing
1 changed file
with
2 additions
and
5 deletions
packageA/pages/liveStream/liveStream.js
| @@ -285,11 +285,11 @@ Page({ | @@ -285,11 +285,11 @@ Page({ | ||
| 285 | 285 | ||
| 286 | getApp().check_can_share(this); | 286 | getApp().check_can_share(this); |
| 287 | if (app.globalData.userInfo) { | 287 | if (app.globalData.userInfo) { |
| 288 | - if (!this.data.isLogin) { | 288 | + if (!this.data.isLogin_a) { |
| 289 | this.setData({ | 289 | this.setData({ |
| 290 | userInfo: app.globalData.userInfo, | 290 | userInfo: app.globalData.userInfo, |
| 291 | imghost: app.globalData.setting.imghost, | 291 | imghost: app.globalData.setting.imghost, |
| 292 | - isLogin: true, | 292 | + isLogin_a: true, |
| 293 | }); | 293 | }); |
| 294 | 294 | ||
| 295 | this.updateLiveList().then(() => { | 295 | this.updateLiveList().then(() => { |
| @@ -312,9 +312,6 @@ Page({ | @@ -312,9 +312,6 @@ Page({ | ||
| 312 | }); | 312 | }); |
| 313 | 313 | ||
| 314 | 314 | ||
| 315 | - | ||
| 316 | - | ||
| 317 | - | ||
| 318 | }); | 315 | }); |
| 319 | 316 | ||
| 320 | 317 |