|
|
|
@ -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 |
|
|
|
}); |
|
|
|
|