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
b689638b52a457e8c8749719affa7a17ae3a3c28
Authored by
前端开发-罗建龙
2023-08-01 15:32:48 +0800
1 parent
5033cd7c
1
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
packageB/pages/luckactivity/luckinfo/luckinfo.js
packageB/pages/luckactivity/luckinfo/luckinfo.js
View file @
b689638
...
...
@@ -1169,9 +1169,12 @@ Page({
1169
1169
})
1170
1170
}
1171
1171
},
1172
+ //门店选择
1172
1173
select_product(){
1174
+
1173
1175
this.setData({
1174
- store:1
1176
+ store:1,
1177
+ showResult: false,
1175
1178
})
1176
1179
},
1177
1180
showPopup() {
...
...