Fix:5832 【商城小程序】【商户入驻】各接口入驻详情页,点击“撤销申请”,页面会自动返回至商户入驻列表页
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
@@ -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) {
|
||||||
|
|||||||
@@ -530,11 +530,9 @@ export default {
|
|||||||
duration: 3000,
|
duration: 3000,
|
||||||
success: () => {
|
success: () => {
|
||||||
this.showRemove = false
|
this.showRemove = false
|
||||||
setTimeout(() => {
|
|
||||||
uni.navigateBack()
|
|
||||||
}, 3000)
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
this.initInfo()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user