diff --git a/src/views/ebiz/sale/SignatureConfirmation.vue b/src/views/ebiz/sale/SignatureConfirmation.vue index 5df66ce81..55de98c7c 100644 --- a/src/views/ebiz/sale/SignatureConfirmation.vue +++ b/src/views/ebiz/sale/SignatureConfirmation.vue @@ -293,8 +293,7 @@ export default { window.localStorage.setItem('orderNo', this.$route.query.orderNo) window.localStorage.setItem('relationToAppnt', this.$route.query.relationToAppnt) window.localStorage.setItem('productCode', this.$route.query.productCode) - this.$toast(this.$route.query.changeCard,'haahaha') - if (this.$route.query.changeCard && this.$route.query.changeCard != 'undefined') { + if (this.$route.query.changeCard) { localStorage.setItem('changeCard', true) } if (this.$route.query.signInvalid) {