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,9 +363,15 @@ Page({ | ||
363 | GetBuyPrice: function (e) { | 363 | GetBuyPrice: function (e) { |
364 | var that = this.data; | 364 | var that = this.data; |
365 | var th = this; | 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 | if (!d || !d.user_id ) { | 374 | if (!d || !d.user_id ) { |
368 | - let scene = that.data.scene; | ||
369 | if (scene==1154) { | 375 | if (scene==1154) { |
370 | wx.navigateTo({ | 376 | wx.navigateTo({ |
371 | url: '/packageE/pages/togoin/togoin', | 377 | url: '/packageE/pages/togoin/togoin', |
@@ -412,7 +418,7 @@ Page({ | @@ -412,7 +418,7 @@ Page({ | ||
412 | GetBuyIntegral: function (e) { | 418 | GetBuyIntegral: function (e) { |
413 | var that = this.data; | 419 | var that = this.data; |
414 | var th = this; | 420 | var th = this; |
415 | - | 421 | + |
416 | if (!d || !d.user_id ) { | 422 | if (!d || !d.user_id ) { |
417 | let scene = that.data.scene; | 423 | let scene = that.data.scene; |
418 | if (scene==1154) { | 424 | if (scene==1154) { |