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
bf7e7cdc9c84381d6d09cfd24c81f83fc84a3f31
Authored by
yvan.ni
2022-12-14 16:11:22 +0800
1 parent
c08e2da3
商品优化
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
pages/goods/goodsInfo/goodsInfo.js
pages/goods/goodsInfo/goodsInfo.js
View file @
bf7e7cd
...
...
@@ -4932,6 +4932,10 @@ Page({
4932
4932
})--*/
4933
4933
getApp().goto(url);
4934
4934
4935
+ setTimeout(()=>{
4936
+ this.data.is_go_to_team_show =0;
4937
+ },1000)
4938
+
4935
4939
},
4936
4940
4937
4941
//---拼团倒计时---
...
...