| @@ -157,7 +157,10 @@ Page({ | |||||
| that.setData({ | that.setData({ | ||||
| showGame: true | showGame: true | ||||
| }) | }) | ||||
| that.getGameOne(res.data.token) | |||||
| /** | |||||
| * 暂时注释 | |||||
| */ | |||||
| // that.getGameOne(res.data.token) | |||||
| } | } | ||||
| Http.setToken(res.data.token); | Http.setToken(res.data.token); | ||||
| that.checkUserCarStatus(); | that.checkUserCarStatus(); | ||||
| @@ -9,5 +9,5 @@ | |||||
| <text>独家福利,抢完即止</text> | <text>独家福利,抢完即止</text> | ||||
| </view> --> | </view> --> | ||||
| <c-coupons id="lists" bind:myevent="onGetCode" /> | <c-coupons id="lists" bind:myevent="onGetCode" /> | ||||
| <g-entry id="listss" wx:if="{{showGame&&!played&&!havePlayEd}}" gamedata="{{gamedata}}" bind:myevent="" /> | |||||
| <!-- <g-entry id="listss" wx:if="{{showGame&&!played&&!havePlayEd}}" gamedata="{{gamedata}}" bind:myevent="" /> --> | |||||
| </view> | </view> | ||||
| @@ -106,11 +106,7 @@ Page({ | |||||
| console.log(res); | console.log(res); | ||||
| that.setData({ | that.setData({ | ||||
| score: res.data.score, | score: res.data.score, | ||||
| levelName: res.data.levelName, | |||||
| address: res.data.address, | |||||
| birthdate: res.data.birthdate, | |||||
| name: res.data.name, | |||||
| address: res.data.sex, | |||||
| levelName: res.data.levelName | |||||
| }) | }) | ||||
| }); | }); | ||||
| // that.getrun(); | // that.getrun(); | ||||
| @@ -13,7 +13,8 @@ | |||||
| <image src='./../../assets/img/redirect.png' mode='widthFix'></image> | <image src='./../../assets/img/redirect.png' mode='widthFix'></image> | ||||
| </view> | </view> | ||||
| </view> | </view> | ||||
| <view class='chengzhang1' bindtap='gotoedit'> | |||||
| <!-- <view class='chengzhang1' bindtap='gotoedit'> --> | |||||
| <view class='chengzhang1'> | |||||
| <!-- <text style="color:#01bffe;">编辑</text> --> | <!-- <text style="color:#01bffe;">编辑</text> --> | ||||
| <image class='activeimg' src='./../../assets/img/active.gif' mode='widthFix'></image> | <image class='activeimg' src='./../../assets/img/active.gif' mode='widthFix'></image> | ||||
| </view> | </view> | ||||
| @@ -109,12 +109,6 @@ | |||||
| display: block; | display: block; | ||||
| } | } | ||||
| .chengzhang1 image { | |||||
| width: 30rpx; | |||||
| height: 30rpx; | |||||
| vertical-align: top; | |||||
| } | |||||
| .view { | .view { | ||||
| font-size: 24rpx; | font-size: 24rpx; | ||||
| color: #01bffe; | color: #01bffe; | ||||