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
9590597a17ab6133d39e71848657628a1632fb17
Authored by
yvan.ni
2023-08-28 10:04:09 +0800
1 parent
688493b9
绑定注册的优化
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
packageC/pages/presell/goodsInfo/goodsInfo.js
packageC/pages/presell/goodsInfo/goodsInfo.js
View file @
9590597
...
...
@@ -712,6 +712,9 @@ Page({
712
712
this.data.show_prew_img = 0; return false;
713
713
}
714
714
715
+ th.data.fir_def_store =null;
716
+ that.setData({ def_pick_store: null,});
717
+
715
718
/*--
716
719
//优惠券要实时更新
717
720
getApp().getConfig2(function (e) {
...
...