From 3afb867c14fc22e3326bd5934b29ddb584fb9750 Mon Sep 17 00:00:00 2001 From: xingyy <64720302+Concur-max@users.noreply.github.com> Date: Tue, 25 Feb 2025 18:21:05 +0800 Subject: [PATCH] 123 --- app/pages/collectCode/signature/protocol/index.vue | 4 ++-- i18n/locales/zh-CN.json | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/pages/collectCode/signature/protocol/index.vue b/app/pages/collectCode/signature/protocol/index.vue index 8f6b747..ea707bd 100644 --- a/app/pages/collectCode/signature/protocol/index.vue +++ b/app/pages/collectCode/signature/protocol/index.vue @@ -14,14 +14,14 @@ const pmblUrl = ref('') // 存储拍卖笔录的URL // 协议列表数据 const protocolList = computed(() => { - if(number.value===1){ + if(number.value==1){ return [ { id: '4', title: $t('signature.agreement.buyerAgreement'), pdfName: 'jmxy', type: 'local' }, { id: '3', title: $t('signature.agreement.buyerGuide'), pdfName: 'jmxz', type: 'local' }, { id: '1', title: $t('signature.agreement.notice'), pdfName: 'pmgg', type: 'local' }, { id: '2', title: $t('signature.agreement.rules'), pdfName: 'pmgz', type: 'local' }, ] - }else if(number.value===2) { + }else if(number.value==2) { return [ { id: '6', title: $t('signature.agreement.transfer'), pdfName: 'pmyjqrs', type: 'local' }, { id: '5', title: $t('signature.agreement.record'), pdfName: pmblUrl.value, type: 'remote' } diff --git a/i18n/locales/zh-CN.json b/i18n/locales/zh-CN.json index 60c1994..8ea1fd1 100644 --- a/i18n/locales/zh-CN.json +++ b/i18n/locales/zh-CN.json @@ -128,6 +128,7 @@ "frequentCountry": "常用" }, "realAuth": { + "phonePlaceholder": "请输入手机号", "title": "实名认证", "cnTab": "大陆居民", "otherTab": "非大陆居民",