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