Commit 967f01fc authored by sujie@126.com's avatar sujie@126.com

dd

parent dbb4c4d9
......@@ -1516,14 +1516,14 @@ Page({
if(this.data.barrageIndex>=_randomstudents.length){
this.data.barrageIndex = 0;
}
if(this.data.barrageChange){
setTimeout(()=>{
this.setData({
barrageText:(_randomstudents[this.data.barrageIndex].nickname?_randomstudents[this.data.barrageIndex].nickname:'')+textmap[_randomstudents[this.data.barrageIndex].get_time]+'领取了体验课'
})
}else{
}
},2000)
this.setData({
barrageChange:!this.data.barrageChange
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment