Explorar el Código

bug修复

guessPrice
sui hace 5 años
padre
commit
57997c7d9d
Se han modificado 2 ficheros con 5 adiciones y 2 borrados
  1. +4
    -1
      496_dongfengqichen/pages/luckyStar/luckyStar.js
  2. +1
    -1
      496_dongfengqichen/pages/luckyStar/luckyStar.wxml

+ 4
- 1
496_dongfengqichen/pages/luckyStar/luckyStar.js Ver fichero

@@ -441,10 +441,13 @@ Page({
},this)
},
noMoreData: function (duration,left){
console.log(1);
this.aniFun(duration, left);
setTimeout(() => {
this.aniFun(0, '100%');
this.noMoreData(duration, left);
setTimeout(() => {
this.noMoreData(duration, left);
},50);
}, duration)
},
aniFun(duration,left){

+ 1
- 1
496_dongfengqichen/pages/luckyStar/luckyStar.wxml Ver fichero

@@ -16,7 +16,7 @@
</view>
<view class="tipContentGroup">
<view class="textFrame">
<text space="emsp" class="tipContent" animation="{{ani}}">{{gameAwardList}}</text>
<text space="emsp" animation="{{ani}}" class="tipContent">{{gameAwardList}}</text>
</view>
<view class="scrollMask"></view>
</view>

Cargando…
Cancelar
Guardar