领取完成获取列表增加延迟

This commit is contained in:
GaoHao 2024-12-11 16:47:07 +08:00
parent 3be46138ae
commit f48de14b28
1 changed files with 3 additions and 1 deletions

View File

@ -110,7 +110,9 @@
title: '领取成功',
icon: 'none'
})
this.getTaskdata()
setTimeout(()=>{
this.getTaskdata()
},1000)
} else {
uni.showToast({
title: res.msg,