From 56998e84c2f7ee32b03e0aea706759c6161b7301 Mon Sep 17 00:00:00 2001 From: dengxin <2390584170@qq.com> Date: Thu, 28 Mar 2024 21:03:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BA=AB=E4=BB=BD=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E5=92=8C=E7=A4=BE=E4=BF=9D=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/textdata.js | 2 +- pageMy/setUserBase/index.vue | 734 ++++++++++++++++++----------------- 2 files changed, 384 insertions(+), 352 deletions(-) diff --git a/common/textdata.js b/common/textdata.js index 4eba09e..2bb9e81 100644 --- a/common/textdata.js +++ b/common/textdata.js @@ -4707,7 +4707,7 @@ const laborType = [ "残疾人", "外来农民工", ]; -const insureType = ["已缴纳城乡居民社保", "已缴纳灵活就业社保"]; +const insureType = ["已缴纳城乡居民社保", "已缴纳灵活就业社保","已缴纳城镇企业职工社保"]; export default { ind, diff --git a/pageMy/setUserBase/index.vue b/pageMy/setUserBase/index.vue index 75e7a00..95d4c7c 100644 --- a/pageMy/setUserBase/index.vue +++ b/pageMy/setUserBase/index.vue @@ -5,8 +5,8 @@ - {{authInfo.realName}} - {{idNumberFilter(authInfo.idNumber)}} + {{ authInfo.realName }} + {{ idNumberFilter(authInfo.idNumber) }} 姓名 @@ -88,26 +88,28 @@ --> - + 姓名 - {{auth.authInfo.realName}} - + {{ auth.authInfo.realName }} + 身份证号 - {{idNumberFilter(auth.authInfo.idNumber)}} - + {{ idNumberFilter(auth.authInfo.idNumber) + }} + 身份证填写有误 - + @@ -134,7 +136,9 @@ - {{insureList[indexBao]}} + {{ insureList[indexBao] ? insureList[indexBao] : + authInfo.politics + }} 未选择 @@ -178,370 +182,398 @@