Browse Source

bug修复

guessPrice
sui 5 years ago
parent
commit
ee81e44ca1
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      496_dongfengqichen/pages/luckyStar/luckyStar.js

+ 5
- 5
496_dongfengqichen/pages/luckyStar/luckyStar.js View File

@@ -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){

Loading…
Cancel
Save