From b5770cc0f1f17bd0e1615c0fa47ddf7a1eec9af7 Mon Sep 17 00:00:00 2001 From: zhouna Date: Fri, 27 Dec 2019 12:36:56 +0800 Subject: [PATCH] =?UTF-8?q?[FIX]=E4=BB=A3=E7=A0=81=E6=81=A2=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/SignatureConfirmation.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ebiz/sale/SignatureConfirmation.vue b/src/views/ebiz/sale/SignatureConfirmation.vue index 55de98c7c..aafd35e0f 100644 --- a/src/views/ebiz/sale/SignatureConfirmation.vue +++ b/src/views/ebiz/sale/SignatureConfirmation.vue @@ -293,7 +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) - if (this.$route.query.changeCard) { + if (this.$route.query.changeCard && this.$route.query.changeCard != 'undefined') { localStorage.setItem('changeCard', true) } if (this.$route.query.signInvalid) {