suizhijia vor 5 Jahren
Ursprung
Commit
e2fdee6aba
2 geänderte Dateien mit 8 neuen und 6 gelöschten Zeilen
  1. +1
    -1
      496_dongfengqichen/pages/orderActivity/orderActivity.wxml
  2. +7
    -5
      496_dongfengqichen/pages/rotaryDraw/rotaryDraw.js

+ 1
- 1
496_dongfengqichen/pages/orderActivity/orderActivity.wxml Datei anzeigen

<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>

+ 7
- 5
496_dongfengqichen/pages/rotaryDraw/rotaryDraw.js Datei anzeigen

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({

Laden…
Abbrechen
Speichern