延时器
This commit is contained in:
@@ -222,9 +222,11 @@ export default {
|
|||||||
.then((res) => {
|
.then((res) => {
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
this.$u.toast('提交成功')
|
this.$u.toast('提交成功')
|
||||||
uni.navigateBack({
|
setTimeout(() =>{
|
||||||
delta: 1,
|
uni.navigateBack({
|
||||||
});
|
delta: 1,
|
||||||
|
});
|
||||||
|
}, 500)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user