|
@@ -108,9 +108,9 @@
|
|
|
<p>
|
|
|
<i class="el-icon-circle-check"></i>
|
|
|
</p>
|
|
|
- <h5>恭喜您已经成功申请成为经济商!</h5>
|
|
|
+ <h5>恭喜您已经成功申请成为经纪商!</h5>
|
|
|
<p>您可用现在的账号和密码登录后台!如有疑问,可联系我们!</p>
|
|
|
- <button>登录后台</button>
|
|
|
+ <button @click="loginBack">登录后台</button>
|
|
|
</div>
|
|
|
<!-- 弹框立即申请 -->
|
|
|
<div class="dialogapply">
|
|
@@ -235,6 +235,10 @@ export default{
|
|
|
this.getmobile();
|
|
|
},
|
|
|
methods:{
|
|
|
+ //跳转后台
|
|
|
+ loginBack(){
|
|
|
+ window.location.href = 'https://pms.licai.cn/#/';
|
|
|
+ },
|
|
|
//获取国家手机前缀
|
|
|
getmobile(){
|
|
|
ajax(this,this.extendApi.phoneCountry,'',(res)=>{
|
|
@@ -301,6 +305,8 @@ export default{
|
|
|
// duration:'2000'
|
|
|
// });
|
|
|
}else if(res.data.info.status == 1){//以通过
|
|
|
+ this.show1 = false;
|
|
|
+ this.show3 = true;
|
|
|
this.getjindu = 3;
|
|
|
this.showG = true;
|
|
|
this.applyform = res.data.info;
|