Fix:5832 【商城小程序】【商户入驻】各接口入驻详情页,点击“撤销申请”,页面会自动返回至商户入驻列表页

This commit is contained in:
linxi
2026-08-21 10:01:56 +08:00
parent 6843be82cb
commit 640d61fd49
3 changed files with 3 additions and 9 deletions
+1 -3
View File
@@ -972,11 +972,9 @@ export default {
duration: 3000, duration: 3000,
success: () => { success: () => {
this.showRemove = false this.showRemove = false
setTimeout(() => {
uni.navigateBack()
}, 3000)
} }
}) })
this.initInfo()
}) })
}, },
changeAgree(event) { changeAgree(event) {
+1 -3
View File
@@ -1162,11 +1162,9 @@ export default {
duration: 3000, duration: 3000,
success: () => { success: () => {
this.showRemove = false this.showRemove = false
setTimeout(() => {
uni.navigateBack()
}, 3000)
} }
}) })
this.initInfo()
}) })
}, },
changeAgree(event) { changeAgree(event) {
+1 -3
View File
@@ -530,11 +530,9 @@ export default {
duration: 3000, duration: 3000,
success: () => { success: () => {
this.showRemove = false this.showRemove = false
setTimeout(() => {
uni.navigateBack()
}, 3000)
} }
}) })
this.initInfo()
}) })
}, },