This commit is contained in:
xingyy 2025-02-25 18:21:05 +08:00
parent d88f1d5a4f
commit 3afb867c14
2 changed files with 3 additions and 2 deletions

View File

@ -14,14 +14,14 @@ const pmblUrl = ref('') // 存储拍卖笔录的URL
// //
const protocolList = computed(() => { const protocolList = computed(() => {
if(number.value===1){ if(number.value==1){
return [ return [
{ id: '4', title: $t('signature.agreement.buyerAgreement'), pdfName: 'jmxy', type: 'local' }, { id: '4', title: $t('signature.agreement.buyerAgreement'), pdfName: 'jmxy', type: 'local' },
{ id: '3', title: $t('signature.agreement.buyerGuide'), pdfName: 'jmxz', 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: '1', title: $t('signature.agreement.notice'), pdfName: 'pmgg', type: 'local' },
{ id: '2', title: $t('signature.agreement.rules'), pdfName: 'pmgz', type: 'local' }, { id: '2', title: $t('signature.agreement.rules'), pdfName: 'pmgz', type: 'local' },
] ]
}else if(number.value===2) { }else if(number.value==2) {
return [ return [
{ id: '6', title: $t('signature.agreement.transfer'), pdfName: 'pmyjqrs', type: 'local' }, { id: '6', title: $t('signature.agreement.transfer'), pdfName: 'pmyjqrs', type: 'local' },
{ id: '5', title: $t('signature.agreement.record'), pdfName: pmblUrl.value, type: 'remote' } { id: '5', title: $t('signature.agreement.record'), pdfName: pmblUrl.value, type: 'remote' }

View File

@ -128,6 +128,7 @@
"frequentCountry": "常用" "frequentCountry": "常用"
}, },
"realAuth": { "realAuth": {
"phonePlaceholder": "请输入手机号",
"title": "实名认证", "title": "实名认证",
"cnTab": "大陆居民", "cnTab": "大陆居民",
"otherTab": "非大陆居民", "otherTab": "非大陆居民",