健康险续保测试问题修复2

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2023-12-05 10:51:32 +08:00
parent 3fe55b31a0
commit 6ef1448c5c

View File

@@ -153,6 +153,8 @@ export default {
} }
;[this.loading, this.finished] = [false, true] ;[this.loading, this.finished] = [false, true]
} else { } else {
;[this.loading, this.finished] = [false, true]
this.finishedText = ''
this.$toast(res.resultMessage) this.$toast(res.resultMessage)
} }
}) })