处理页面跳转

This commit is contained in:
2022-07-15 16:19:57 +08:00
parent 4e11c9e5dc
commit 2d6393fa12
4 changed files with 1074 additions and 498 deletions

View File

@@ -283,7 +283,9 @@
}
goutAdd(data).then(res => {
this.disabled = true
this.$Router.replace({name: "User"})
uni.navigateBack({
})
}).catch(err => {
uni.showToast({
title: err.message,