Commit b689638b52a457e8c8749719affa7a17ae3a3c28
1 parent
5033cd7c
1
Showing
1 changed file
with
4 additions
and
1 deletions
packageB/pages/luckactivity/luckinfo/luckinfo.js
@@ -1169,9 +1169,12 @@ Page({ | @@ -1169,9 +1169,12 @@ Page({ | ||
1169 | }) | 1169 | }) |
1170 | } | 1170 | } |
1171 | }, | 1171 | }, |
1172 | + //门店选择 | ||
1172 | select_product(){ | 1173 | select_product(){ |
1174 | + | ||
1173 | this.setData({ | 1175 | this.setData({ |
1174 | - store:1 | 1176 | + store:1, |
1177 | + showResult: false, | ||
1175 | }) | 1178 | }) |
1176 | }, | 1179 | }, |
1177 | showPopup() { | 1180 | showPopup() { |