From 1db5fce7fee8bee6779285178186a55f2fb8ac29 Mon Sep 17 00:00:00 2001 From: yuweiqi Date: Fri, 8 May 2020 19:16:55 +0800 Subject: [PATCH] =?UTF-8?q?[FIX]=E3=80=90=E6=9B=B4=E6=8D=A2=E4=BA=BA?= =?UTF-8?q?=E8=84=B8=E8=AF=86=E5=88=AB=E5=8E=82=E5=95=86=E5=BE=AE=E4=BF=A1?= =?UTF-8?q?=E7=AB=AF=E3=80=91=E6=89=93log=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/SignatureConfirmation.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/ebiz/sale/SignatureConfirmation.vue b/src/views/ebiz/sale/SignatureConfirmation.vue index d119497c8..693009e85 100644 --- a/src/views/ebiz/sale/SignatureConfirmation.vue +++ b/src/views/ebiz/sale/SignatureConfirmation.vue @@ -440,6 +440,7 @@ export default { // orderNo: '' // } console.log('init 111', this.$route.query.faceAuthCountWeixin, typeof this.$route.query.faceAuthCountWeixin) + console.log('init query', this.$route.query) this.faceAuthCount.appnt = this.$route.query.faceAuthCountAppnt == undefined ? 0 : Number(this.$route.query.faceAuthCountAppnt) this.faceAuthCount.insured = this.$route.query.faceAuthCountInsured == undefined ? 0 : Number(this.$route.query.faceAuthCountInsured) this.faceAuthCount.weixin = this.$route.query.faceAuthCountWeixin == undefined ? 0 : Number(this.$route.query.faceAuthCountWeixin)