Browse Source

优化

master
ltlzx 4 years ago
parent
commit
9fb64a74aa
  1. 18
      src/components/common/Header.vue
  2. 6
      src/components/page/Purchaser/wkThird.vue
  3. 2
      src/components/page/index.vue

18
src/components/common/Header.vue

@ -100,7 +100,7 @@ export default {
this.sidebarList[1].url='/wkTrusteeship'
}
if(res.data.is_third_party>0 &&res.data.third_party_status==1){
this.sidebarList[2].url='/Purchaser'
this.sidebarList[2].url='/wkThird'
}else{
this.sidebarList[2].url='/wkThird'
}
@ -144,7 +144,7 @@ export default {
this.sidebarList[1].url='/wkTrusteeship'
}
if(this.examine_data.is_third_party>0 && this.examine_data.third_party_status>0){
this.sidebarList[2].url='/Purchaser'
this.sidebarList[2].url='/wkThird'
}else{
this.sidebarList[2].url='/wkThird'
}
@ -180,7 +180,19 @@ export default {
// console.info(this.$route)
this.activeClass=this.$route.path
this.login_type=localStorage.getItem('login_type')
this.UserConsole(this.login_type,1)
let type=0;
console.info(this.sidebarList)
for(let i=0 ; i<this.sidebarList.length;i++){
if (this.sidebarList[i].url==this.activeClass) {
type=0
return
}else{
type=1
}
}
if (type==1) {
this.UserConsole(this.login_type,1)
}
if(this.login_type==1){
this.isOpenAccount()
}

6
src/components/page/Purchaser/wkThird.vue

@ -1,6 +1,6 @@
<template>
<div class="body">
<template v-if="check_status==-1">
<template v-if="check_status==-1 || check_status==1">
<p class="title">第三方服务机构开户信息完善</p>
<p class="title_info">第三方服务机构开户用于服务平台中资产托管时的资产价格评估或资产价值评估需有相关资质机构方能注册成功</p>
<div class="subject">
@ -122,7 +122,7 @@
</div>
</div>
</div>
<div class="footer">
<div class="footer" v-if="check_status==-1">
<button class="submit" @click="submit">提交资料</button>
<div>
<el-checkbox v-model="checked" :true-label=1 :false-label=2></el-checkbox>
@ -143,7 +143,7 @@
</template>
<template v-else-if="check_status==2">
<span >审核失败请重新提交资料</span>
<span class="examine_tips_span" @click="checkStatus">重新提交</span>
<span class="examine_tips_span" @click="checkStatus" >重新提交</span>
</template>
</p>
<div class="error_msg" v-if="check_status==2 && ruleForm.check_message!=''">

2
src/components/page/index.vue

@ -152,7 +152,7 @@
</div>
</div>
<div class="asset_left_content" v-if="indexList.third_party_list.length!=0">
<img src="../../assets/img/index_banner.jpg" alt="" class="tree_img" v-for="item in 4" :key="item">
<div class="tree_img" v-for="(item,index) in indexList.third_party_list" :key="index">{{item.firm_name}}</div>
</div>
</div>
<div class="notice">

Loading…
Cancel
Save