Commit 77d9102bccc11d8c22935c0d714341e22d046222
1 parent
94b368d0
需要带入this对象判断是不是可以分享
Showing
2 changed files
with
2 additions
and
2 deletions
pages/index/index/index.js
... | ... | @@ -435,7 +435,7 @@ Page({ |
435 | 435 | //要等一下会员默认登录 |
436 | 436 | getApp().waitfor_login(async ()=> { |
437 | 437 | |
438 | - getApp().check_can_share(); | |
438 | + getApp().check_can_share(th); | |
439 | 439 | if (typeof this.getTabBar === 'function' && this.getTabBar()) { |
440 | 440 | this.getTabBar().setData({ |
441 | 441 | cartGoodsNum: getApp().globalData.cartGoodsNum | ... | ... |
pages/user/index/index.js