From 1c52f3fcd1abbc96f489910d72dbdcca87db42e3 Mon Sep 17 00:00:00 2001 From: shishengjie Date: Sun, 29 Sep 2019 15:07:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=94=99=E8=AF=AF=E6=80=A7?= =?UTF-8?q?=E5=88=AB=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/my/UserInfo.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/ebiz/my/UserInfo.vue b/src/views/ebiz/my/UserInfo.vue index b5c1ad880..d2499dfcf 100644 --- a/src/views/ebiz/my/UserInfo.vue +++ b/src/views/ebiz/my/UserInfo.vue @@ -5,7 +5,7 @@ - + @@ -53,7 +53,7 @@ export default { if (res.result == 0) { this.userInfo = res // document.title = this.userInfo.name + '(' + this.userInfo.jobNo + ')' - console.log('-----代理人证件类型:',this.userInfo.cardType) + console.log('-----代理人证件类型:', this.userInfo.cardType) obj.idType.some(item => { if (item.id == res.cardType) { res.cardType = item.text