Commit fb1157f57495135039d6effac83677b9ca8e2680

Authored by taiyuan
1 parent 452672f8

幸运购修改6

packageC/pages/luckyGo/luckyGo_details/luckyGo_details.js
... ... @@ -1171,7 +1171,9 @@ Page({
1171 1171 // team_id = luckyGoInfo.team_id;
1172 1172 if(luckyGoInfo.team_id == 0) {
1173 1173 team_id = wx.getStorageSync('team_id');
1174   - }
  1174 + } else {
  1175 + team_id = luckyGoInfo.team_id;
  1176 + };
1175 1177 };
1176 1178  
1177 1179 th.setData({
... ...