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

This commit is contained in:
GaoHao
2024-12-11 16:47:07 +08:00
parent 3be46138ae
commit f48de14b28

View File

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