From fb1157f57495135039d6effac83677b9ca8e2680 Mon Sep 17 00:00:00 2001 From: taiyuan Date: Fri, 3 Dec 2021 14:50:12 +0800 Subject: [PATCH] 幸运购修改6 --- packageC/pages/luckyGo/luckyGo_details/luckyGo_details.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packageC/pages/luckyGo/luckyGo_details/luckyGo_details.js b/packageC/pages/luckyGo/luckyGo_details/luckyGo_details.js index 1b2a44e..0e3f165 100644 --- a/packageC/pages/luckyGo/luckyGo_details/luckyGo_details.js +++ b/packageC/pages/luckyGo/luckyGo_details/luckyGo_details.js @@ -1171,7 +1171,9 @@ Page({ // team_id = luckyGoInfo.team_id; if(luckyGoInfo.team_id == 0) { team_id = wx.getStorageSync('team_id'); - } + } else { + team_id = luckyGoInfo.team_id; + }; }; th.setData({ -- libgit2 0.21.4