This commit is contained in:
liuye
2021-12-24 18:54:59 +08:00
parent 00b447b9e4
commit c27558fdff
2 changed files with 4 additions and 3 deletions

View File

@@ -106,8 +106,8 @@ export default {
delta: 1
})
}
}).catch(res => {
this.$u.toast(res)
}).catch(err => {
this.$u.toast('添加失败')
uni.hideLoading()
})
}

View File

@@ -278,6 +278,7 @@ export default {
})
this.$forceUpdate()
console.log(this.formData)
this.pageShow = true
}
}
@@ -303,7 +304,7 @@ export default {
})
})
this.$forceUpdate()
console.log(this.formData)
this.pageShow = true
})
},