Browse Source

优化

master
ltlzx 4 years ago
parent
commit
5cac0619ce
  1. 1
      src/components/page/Purchaser/wkThird.vue
  2. 3
      src/components/page/Purchaser/wkTrusteeship.vue

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

@ -363,6 +363,7 @@ export default {
}else{
this.$message.success('上传资料成功!请等待审核~');
this.disabled=true
this.check_status=0
}
this.ruleForm.establish_time=this.ruleForm.establish_time*1000
});

3
src/components/page/Purchaser/wkTrusteeship.vue

@ -134,7 +134,7 @@
</template>
<template v-else-if="check_status===0 || check_status==2">
<p class="title">挂牌方开户信息完善</p>
<p class="title_info">用户在托管资产前需先进行开户信息审核待审核通过后方能进行托管</p>
<p class="title_info">用户在挂牌资产前需要先进行开户信息审核待审核通过后方能进行资产挂牌</p>
<div class="examine_content">
<img src="../../../assets/img/examine_img.png" alt="" class="examine_img" v-if="check_status==0">
<img src="../../../assets/img/examine_img1.png" alt="" class="examine_img" v-else-if="check_status==2">
@ -377,6 +377,7 @@ export default {
}else{
this.$message.success('上传资料成功!请等待审核~');
this.disabled=true
this.check_status=0
}
this.ruleForm.establish_time=this.ruleForm.establish_time*1000
});

Loading…
Cancel
Save