123
This commit is contained in:
parent
d88f1d5a4f
commit
3afb867c14
@ -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' }
|
||||
|
@ -128,6 +128,7 @@
|
||||
"frequentCountry": "常用"
|
||||
},
|
||||
"realAuth": {
|
||||
"phonePlaceholder": "请输入手机号",
|
||||
"title": "实名认证",
|
||||
"cnTab": "大陆居民",
|
||||
"otherTab": "非大陆居民",
|
||||
|
Loading…
Reference in New Issue
Block a user