领取完成获取列表增加延迟
This commit is contained in:
parent
3be46138ae
commit
f48de14b28
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue