<image class="closeTip" bindtap="tipShowControl" src="{{imgUrl+'/newImages4/15.png'}}"></image> | <image class="closeTip" bindtap="tipShowControl" src="{{imgUrl+'/newImages4/15.png'}}"></image> | ||||
<image class="tipGroupBg" src="{{imgUrl+'/newImages8/7.png'}}"></image> | <image class="tipGroupBg" src="{{imgUrl+'/newImages8/7.png'}}"></image> | ||||
<view class="tipGroupContent"> | <view class="tipGroupContent"> | ||||
<image class="tipGroupContentImg" src="{{imgUrl+'/newImages8/8.png?v=003'}}"></image> | |||||
<image class="tipGroupContentImg" src="{{imgUrl+'/newImages8/8.png?v=004'}}"></image> | |||||
<!-- <image class="tipGroupContentBtn" bindtap="tipShowControl2" src="{{imgUrl+'/newImages4/14.png'}}"></image> --> | <!-- <image class="tipGroupContentBtn" bindtap="tipShowControl2" src="{{imgUrl+'/newImages4/14.png'}}"></image> --> | ||||
</view> | </view> | ||||
</view> | </view> |
this.data.page++; | this.data.page++; | ||||
this.getRecordData(); | this.getRecordData(); | ||||
} | } | ||||
this.data.ani[that].recordText = "恭喜"+this.data.recordDataAll[this.data.recordNowNum].nickName+"获得"+this.data.recordDataAll[this.data.recordNowNum].awardName; | |||||
if(this.data.recordNowNum+1<this.data.recordDataAll.length){ | |||||
this.data.recordNowNum++; | |||||
}else{ | |||||
this.data.recordNowNum=0; | |||||
if(this.data.recordDataAll && this.data.recordDataAll.length && this.data.recordDataAll[this.data.recordNowNum].nickName && this.data.recordDataAll[this.data.recordNowNum].awardName){ | |||||
this.data.ani[that].recordText = "恭喜"+this.data.recordDataAll[this.data.recordNowNum].nickName+"获得"+this.data.recordDataAll[this.data.recordNowNum].awardName; | |||||
if(this.data.recordNowNum+1<this.data.recordDataAll.length){ | |||||
this.data.recordNowNum++; | |||||
}else{ | |||||
this.data.recordNowNum=0; | |||||
} | |||||
} | } | ||||
} | } | ||||
this.setData({ | this.setData({ |