Commit 209289bbb6f3e24de67972c5d643bfcd9c14c877
1 parent
040cc694
服务卡项团购显示正确的价格
Showing
1 changed file
with
3 additions
and
0 deletions
packageA/pages/cardList/cardList.js
@@ -57,6 +57,9 @@ Page({ | @@ -57,6 +57,9 @@ Page({ | ||
57 | let url = '/api/weshop/serviceCard/page'; | 57 | let url = '/api/weshop/serviceCard/page'; |
58 | let currentQuery = this.data.currentQuery; | 58 | let currentQuery = this.data.currentQuery; |
59 | if(app.globalData.userInfo) { | 59 | if(app.globalData.userInfo) { |
60 | + | ||
61 | + currentQuery.user_id=app.globalData.user_id || 0; | ||
62 | + | ||
60 | if(!this.data.isLogin) { | 63 | if(!this.data.isLogin) { |
61 | this.setData({ | 64 | this.setData({ |
62 | userInfo: app.globalData.userInfo, | 65 | userInfo: app.globalData.userInfo, |