wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
d775222a8454400b9270058ea1da36bbf45fbe40
Authored by
yvan.ni
2023-08-16 16:50:26 +0800
1 parent
6b410fc7
拼团的服务卡项的指定门店的问题优化
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
packageA/pages/goodsInfo/goodsInfo.js
packageA/pages/goodsInfo/goodsInfo.js
View file @
d775222
...
...
@@ -1757,6 +1757,9 @@ Page({
1757
1757
th.deal_pickup(e);
1758
1758
}
1759
1759
else{
1760
+ th.setData({
1761
+ isshow:1
1762
+ })
1760
1763
wx.hideLoading();
1761
1764
}
1762
1765
...
...