From 8aa5cee841020127b6de7c9ec6336cec8d122653 Mon Sep 17 00:00:00 2001 From: zhouna Date: Fri, 27 Dec 2019 11:42:08 +0800 Subject: [PATCH] =?UTF-8?q?[FIX]=E7=AD=BE=E5=90=8D=E9=A1=B5=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/SignatureConfirmation.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) {