소스 검색

Merge branch 'master' of https://dev.33.cn/tenggouwa/agent

Va 7 년 전
부모
커밋
01aa1e255f
2개의 변경된 파일6개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      src/components/contantWe.vue
  2. 5 3
      src/views/agent/applyAgent.vue

+ 1 - 1
src/components/contantWe.vue

@@ -44,7 +44,7 @@
 		border-top-left-radius: 10px;
 		border-bottom-left-radius: 10px;*/
 		.contant{
-			box-shadow: 0 3px 5px 2px #333;
+			box-shadow: 0 3px 5px 2px #b2b2b2;
 			width: 150px;
 			height: 450px;
 			background: #20a0ff;

+ 5 - 3
src/views/agent/applyAgent.vue

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