Commit fb1157f57495135039d6effac83677b9ca8e2680
1 parent
452672f8
幸运购修改6
Showing
1 changed file
with
3 additions
and
1 deletions
packageC/pages/luckyGo/luckyGo_details/luckyGo_details.js
@@ -1171,7 +1171,9 @@ Page({ | @@ -1171,7 +1171,9 @@ Page({ | ||
1171 | // team_id = luckyGoInfo.team_id; | 1171 | // team_id = luckyGoInfo.team_id; |
1172 | if(luckyGoInfo.team_id == 0) { | 1172 | if(luckyGoInfo.team_id == 0) { |
1173 | team_id = wx.getStorageSync('team_id'); | 1173 | team_id = wx.getStorageSync('team_id'); |
1174 | - } | 1174 | + } else { |
1175 | + team_id = luckyGoInfo.team_id; | ||
1176 | + }; | ||
1175 | }; | 1177 | }; |
1176 | 1178 | ||
1177 | th.setData({ | 1179 | th.setData({ |