| @@ -154,7 +154,10 @@ Page({ | |||
| }, | |||
| enterPerfectMsg:function(){//马上领取 | |||
| if(this.data.isUserAddress){ | |||
| this.enterGuess(); | |||
| // this.enterGuess(); | |||
| wx.reLaunch({ | |||
| url: '/pages/myCenter/myCenter' | |||
| }) | |||
| }else{ | |||
| wx.navigateTo({ | |||
| url: '/pages/perfectMsg/perfectMsg', | |||
| @@ -174,5 +177,11 @@ Page({ | |||
| wx.navigateTo({ | |||
| url: '/pages/configure/configure', | |||
| }) | |||
| }, | |||
| closePeiceWindow:function(){ | |||
| this.setData({ | |||
| drawResult:0, | |||
| drawState:true | |||
| }) | |||
| } | |||
| }) | |||
| @@ -36,7 +36,7 @@ | |||
| <image class="prizeTip" src="{{imgUrl+'/newImages5/9.png'}}"></image> | |||
| <image class="prizeBtn" bindtap="enterPerfectMsg" src="{{imgUrl+'/newImages5/10.png'}}"></image> | |||
| </view> | |||
| <image class="prizeWindowClose" bindtap="enterPerfectMsg" src="{{imgUrl+'/newImages5/12.png'}}"></image> | |||
| <image class="prizeWindowClose" bindtap="closePeiceWindow" src="{{imgUrl+'/newImages5/12.png'}}"></image> | |||
| </view> | |||
| </view> | |||
| <view class="ruleFrame ruleFrame2" wx:if="{{drawResult==3}}"> | |||