Commit 2b5540b21485d3e5f41ae91175fcc11793868543
1 parent
f68e6e28
礼包的优化
Showing
2 changed files
with
5 additions
and
4 deletions
pages/giftpack/giftpacklist/giftpacklist.js
... | ... | @@ -179,7 +179,7 @@ Page({ |
179 | 179 | } |
180 | 180 | this.init(); |
181 | 181 | }) |
182 | - th.setData({ submit:0}) | |
182 | + this.setData({ submit:0}) | |
183 | 183 | }, |
184 | 184 | GetBuyPrice: function (e) { |
185 | 185 | var that = this.data; |
... | ... | @@ -190,9 +190,6 @@ Page({ |
190 | 190 | return false; |
191 | 191 | } |
192 | 192 | |
193 | - if(th.data.submit) return false; | |
194 | - th.setData({submit:1}) | |
195 | - | |
196 | 193 | |
197 | 194 | this.data.payMoney = th.data.sele_g.payMoney; |
198 | 195 | th.setData({buyType: 2}) |
... | ... | @@ -201,6 +198,7 @@ Page({ |
201 | 198 | openSpecModal: 1 |
202 | 199 | }) |
203 | 200 | } else { |
201 | + | |
204 | 202 | var my_confirm = th.selectComponent("#my_confirm"); //组件的id |
205 | 203 | my_confirm.open( |
206 | 204 | "是否确定购买该礼包", |
... | ... | @@ -210,6 +208,7 @@ Page({ |
210 | 208 | my_confirm.open_cancel(0); |
211 | 209 | }, |
212 | 210 | function () { |
211 | + | |
213 | 212 | my_confirm.open_cancel(0); |
214 | 213 | com.buy_libao(th) |
215 | 214 | } | ... | ... |