Commit 2e775b71dc527dd71b9d84ab842f651c116788c4
1 parent
9708731d
1154 每月礼包
Showing
1 changed file
with
9 additions
and
3 deletions
packageE/pages/user/monthgiftbag/giftpackinfo/giftpackinfo.js
... | ... | @@ -363,9 +363,15 @@ Page({ |
363 | 363 | GetBuyPrice: function (e) { |
364 | 364 | var that = this.data; |
365 | 365 | var th = this; |
366 | - | |
366 | + let scene =this.data.scene; | |
367 | + if (scene==1154) { | |
368 | + wx.navigateTo({ | |
369 | + url: '/packageE/pages/togoin/togoin', | |
370 | + }) | |
371 | + return | |
372 | + } | |
373 | + | |
367 | 374 | if (!d || !d.user_id ) { |
368 | - let scene = that.data.scene; | |
369 | 375 | if (scene==1154) { |
370 | 376 | wx.navigateTo({ |
371 | 377 | url: '/packageE/pages/togoin/togoin', |
... | ... | @@ -412,7 +418,7 @@ Page({ |
412 | 418 | GetBuyIntegral: function (e) { |
413 | 419 | var that = this.data; |
414 | 420 | var th = this; |
415 | - | |
421 | + | |
416 | 422 | if (!d || !d.user_id ) { |
417 | 423 | let scene = that.data.scene; |
418 | 424 | if (scene==1154) { | ... | ... |