diff --git a/src/components/common/Header.vue b/src/components/common/Header.vue index 788956c..dd3bd21 100644 --- a/src/components/common/Header.vue +++ b/src/components/common/Header.vue @@ -158,37 +158,41 @@ export default { // let data={user_id:8} isOpenAccount(data).then(res => { console.info(res) - this.examine_data=res.data - let index; - for(let i=0; i0 &&res.data.buyer_status==1){ - this.sidebarList[0].url='/Purchaser' - }else{ - this.sidebarList[0].url='/wkPurchaser' - } - if(res.data.is_enter_shop>0 &&res.data.enter_shop_status==1){ - this.sidebarList[1].url='/Hoster' - }else{ - this.sidebarList[1].url='/wkTrusteeship' - } - if(res.data.is_third_party>0 &&res.data.third_party_status==1){ - this.sidebarList[2].url='/wkThird' - }else{ - this.sidebarList[2].url='/wkThird' - } - if (typeof(index)=='undefined') { + if(res.code==100){ + this.examine_data=res.data + let index; for(let i=0; i0 &&res.data.buyer_status==1){ + this.sidebarList[0].url='/Purchaser' + }else{ + this.sidebarList[0].url='/wkPurchaser' + } + if(res.data.is_enter_shop>0 &&res.data.enter_shop_status==1){ + this.sidebarList[1].url='/Hoster' + }else{ + this.sidebarList[1].url='/wkTrusteeship' + } + if(res.data.is_third_party>0 &&res.data.third_party_status==1){ + this.sidebarList[2].url='/wkThird' + }else{ + this.sidebarList[2].url='/wkThird' + } + if (typeof(index)=='undefined') { + for(let i=0; i交易订单已关闭!详情请咨询客服人员。

您可以点击 - {{orderInfos.type==1?'资产评估报告':'交易凭证'}} + {{orderInfos.type==1?'资产评估报告':'交易凭证'}} 下载{{orderInfos.type==1?'资产评估报告':'交易凭证'}}
diff --git a/src/components/page/Purchaser/wkPurchaser.vue b/src/components/page/Purchaser/wkPurchaser.vue index 1f4535a..86be6a7 100644 --- a/src/components/page/Purchaser/wkPurchaser.vue +++ b/src/components/page/Purchaser/wkPurchaser.vue @@ -195,6 +195,8 @@ export default { account_type: 1, business_license: '', legal_certificate: '', + legal_card_front:'', + legal_card_backfacade:'', legal_card: '', number_certificate: '', bank_account_certificate: '', diff --git a/src/components/page/Purchaser/wkThird.vue b/src/components/page/Purchaser/wkThird.vue index 0898254..fd2fe19 100644 --- a/src/components/page/Purchaser/wkThird.vue +++ b/src/components/page/Purchaser/wkThird.vue @@ -194,6 +194,8 @@ export default { business_license: '', legal_certificate: '', legal_card: '', + legal_card_front:'', + legal_card_backfacade:'', number_certificate: '', bank_account_certificate: '', legal_authorization: '', diff --git a/src/components/page/Purchaser/wkTrusteeship.vue b/src/components/page/Purchaser/wkTrusteeship.vue index abaad9d..ecdff76 100644 --- a/src/components/page/Purchaser/wkTrusteeship.vue +++ b/src/components/page/Purchaser/wkTrusteeship.vue @@ -195,6 +195,8 @@ export default { business_license: '', legal_certificate: '', legal_card: '', + legal_card_front:'', + legal_card_backfacade:'', number_certificate: '', bank_account_certificate: '', legal_authorization: '',