|
@@ -47,6 +47,7 @@
|
|
|
<el-select :disabled="showG" v-model="applyform.country" class="firstbox" clearable placeholder="所属省份" @change="getcont">
|
|
|
<el-option
|
|
|
v-for="item in countryOptions"
|
|
|
+ :key="item.id"
|
|
|
:label="item.name"
|
|
|
:value="item.id">
|
|
|
</el-option>
|
|
@@ -54,6 +55,7 @@
|
|
|
<el-select :disabled="showG" v-model="applyform.area" class="firstbox" clearable placeholder="所属城市">
|
|
|
<el-option
|
|
|
v-for="item in cityOptions"
|
|
|
+ :key="item.id"
|
|
|
:label="item.name"
|
|
|
:value="item.id">
|
|
|
</el-option>
|
|
@@ -154,13 +156,13 @@ export default{
|
|
|
baseUrl:"static/img/apply/qq.png",
|
|
|
hoverUrl:"static/img/apply/qqHover.png",
|
|
|
state:0,
|
|
|
- text:["345106800","545967811"],
|
|
|
+ text:["4001566899"],
|
|
|
},
|
|
|
{
|
|
|
baseUrl:"static/img/apply/wx.png",
|
|
|
hoverUrl:"static/img/apply/wxHover.png",
|
|
|
state:0,
|
|
|
- text:["326982014@qq.com"],
|
|
|
+ text:["fx66kefu"],
|
|
|
},
|
|
|
],
|
|
|
applyform:{
|
|
@@ -245,7 +247,7 @@ export default{
|
|
|
title: '成功',
|
|
|
message: '您的申请已通过审核!',
|
|
|
type: 'success',
|
|
|
- duration:'2000'
|
|
|
+ duration:'5000'
|
|
|
});
|
|
|
}else if(res.data.status == -1){//以拒绝
|
|
|
this.getjindu = 1;
|