This commit is contained in:
shijingjing
2022-04-29 15:58:58 +08:00
parent 5318e329b2
commit 89ffe4380c
2 changed files with 1 additions and 278 deletions

View File

@@ -681,9 +681,7 @@ export default {
if (res.code == 0) {
this.$u.toast(this.id? '保存成功' : '提交成功')
uni.$emit('reload')
uni.navigateBack({
delta: 2
})
uni.navigateTo({url: './serviceResult'})
}
}).catch((err) => {
this.$u.toast(err)