suizhijia 5 lat temu
rodzic
commit
e2fdee6aba
2 zmienionych plików z 8 dodań i 6 usunięć
  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 Wyświetl plik

@@ -82,7 +82,7 @@
<image class="closeTip" bindtap="tipShowControl" src="{{imgUrl+'/newImages4/15.png'}}"></image>
<image class="tipGroupBg" src="{{imgUrl+'/newImages8/7.png'}}"></image>
<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> -->
</view>
</view>

+ 7
- 5
496_dongfengqichen/pages/rotaryDraw/rotaryDraw.js Wyświetl plik

@@ -128,11 +128,13 @@ Page({
this.data.page++;
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({

Ładowanie…
Anuluj
Zapisz