Commit 20e213fa authored by 任建锋's avatar 任建锋

--

parent ebc6c83f
......@@ -216,7 +216,9 @@ Component({
}
events.on("ON_SHOW",ON_SHOW=(state)=>{
console.log("刷新任务列表")
this.updateData()
setTimeout(()=>{
this.updateData()
},200)
})
},
});
\ No newline at end of file
......@@ -38,7 +38,7 @@ Page({
}
}
},
onShow() {
onLoad() {
this.getMyPrize();
},
// 到期时间
......
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