默认提交
Showing
1 changed file
with
1 additions
and
5 deletions
... | @@ -234,10 +234,6 @@ Page({ | ... | @@ -234,10 +234,6 @@ Page({ |
234 | */ | 234 | */ |
235 | onCashExchangeHanler(evt) { | 235 | onCashExchangeHanler(evt) { |
236 | let _this = this; | 236 | let _this = this; |
237 | // let { | ||
238 | // userInfo | ||
239 | // } = this.data; | ||
240 | // let memberPoints = userInfo.memberPoints || 0; | ||
241 | let minPoints = Fen2Yuan(500); | 237 | let minPoints = Fen2Yuan(500); |
242 | 238 | ||
243 | wx.showModal({ | 239 | wx.showModal({ |
... | @@ -272,7 +268,7 @@ Page({ | ... | @@ -272,7 +268,7 @@ Page({ |
272 | }) | 268 | }) |
273 | } else { | 269 | } else { |
274 | wx.showToast({ | 270 | wx.showToast({ |
275 | title: res.errMsg || "您未达到兑换条件", | 271 | title: err.errMsg || "您未达到兑换条件", |
276 | icon: 'none' | 272 | icon: 'none' |
277 | }) | 273 | }) |
278 | } | 274 | } | ... | ... |
-
Please register or sign in to post a comment