From a964030d0e9ec5d74f4906222b67e28d7500eb17 Mon Sep 17 00:00:00 2001 From: liujun Date: Thu, 13 Jun 2024 16:36:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B8=E5=85=B3=E6=96=B9=E4=BA=BA=E5=91=98?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=8C=89=E9=92=AE=E9=80=BB=E8=BE=91=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/information/update.vue | 36 +++++++++++++++---------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/pages/mine/information/update.vue b/pages/mine/information/update.vue index 656cafd..ef9f116 100644 --- a/pages/mine/information/update.vue +++ b/pages/mine/information/update.vue @@ -739,25 +739,25 @@ } this.form.PHONE = this.form.USERNAME this.fnCardIdDisassembly(this.form.CARD_ID) - if (this.form.IS_SOCIAL === '0') { - this.form.IS_SOCIAL_NAME = '否' - } else if (this.form.IS_SOCIAL === '1') { + if (this.form.IS_SOCIAL === '1') { this.form.IS_SOCIAL_NAME = '是' + } else { + this.form.IS_SOCIAL_NAME = '否' } - if (this.form.IS_INJURIES_PAY === '0') { - this.form.IS_INJURIES_PAY_NAME = '否' - } else if (this.form.IS_INJURIES_PAY === '1') { + if (this.form.IS_INJURIES_PAY === '1') { this.form.IS_INJURIES_PAY_NAME = '是' + } else { + this.form.IS_INJURIES_PAY_NAME = '否' } if (this.form.SEX_NAME === '0') { this.form.SEX_NAME = '男' } else if (this.form.SEX_NAME === '1') { this.form.SEX_NAME = '女' } - if (this.form.ISFLOW === '0') { - this.form.ISFLOW_NAME = '否' - } else if (this.form.ISFLOW === '1') { + if (this.form.ISFLOW === '1') { this.form.ISFLOW_NAME = '是' + } else { + this.form.ISFLOW_NAME = '否' } if (this.form.ISPAY === '1'){ @@ -766,21 +766,21 @@ this.form.ISPAY_NAME = '否' } - if (this.form.IS_LEVEL_THREE === '0'){ - this.form.IS_LEVEL_THREE_NAME = '否' - }else { + if (this.form.IS_LEVEL_THREE === '1'){ this.form.IS_LEVEL_THREE_NAME = '是' + }else { + this.form.IS_LEVEL_THREE_NAME = '否' } - if (this.form.IS_BF === '0'){ - this.form.IS_BF_NAME = '否' - }else { + if (this.form.IS_BF === '1'){ this.form.IS_BF_NAME = '是' - } - if (this.form.IS_SIGN_LABOR === '0'){ - this.form.IS_SIGN_LABOR_NAME = '否' }else { + this.form.IS_BF_NAME = '否' + } + if (this.form.IS_SIGN_LABOR === '1'){ this.form.IS_SIGN_LABOR_NAME = '是' + }else { + this.form.IS_SIGN_LABOR_NAME = '否' } if (resData.userPhotoFile.length > 0) {