Explorar el Código

bug修复

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

+ 5
- 5
496_dongfengqichen/pages/luckyStar/luckyStar.js Ver fichero

@@ -419,11 +419,11 @@ Page({
}
},
changeScroll:function(){
// this.data.setInt = setInterval(()=>{
// this.setData({
// scrollNum: this.data.scrollNum+=1
// })
// },30);
this.data.setInt = setInterval(()=>{
this.setData({
scrollNum: this.data.scrollNum+=1
})
},30);
},
getMore:function(){
if (!this.data.isMore){

Cargando…
Cancelar
Guardar