|
|
@@ -615,7 +615,13 @@ Page({ |
|
|
|
}, |
|
|
|
lookDesc:function(e){//查看奖品详情 |
|
|
|
var index = e.currentTarget.dataset.index; |
|
|
|
if (index && this.data.recordList[index].awardState == 0 && !this.data.isAddress){ |
|
|
|
if (this.data.lookPrizeDetail) { |
|
|
|
this.setData({ |
|
|
|
lookPrizeDetail: !this.data.lookPrizeDetail |
|
|
|
}) |
|
|
|
return; |
|
|
|
} |
|
|
|
if (this.data.recordList[index].awardState == 0 && !this.data.isAddress){ |
|
|
|
this.setData({ |
|
|
|
mycenterTipWindow:1, |
|
|
|
}) |
|
|
@@ -700,6 +706,7 @@ Page({ |
|
|
|
getState: false |
|
|
|
}) |
|
|
|
if(res.code == 200){ |
|
|
|
// res.data[0].awardState = 0; |
|
|
|
// res.data = this.data.testData; |
|
|
|
this.setData({ |
|
|
|
recordList:res.data |