Pārlūkot izejas kodu

修改赛事反馈问题

zengyicheng 2 gadi atpakaļ
vecāks
revīzija
ca84986e69

+ 1 - 1
src/components/login.vue

@@ -309,7 +309,7 @@ export default {
               _this.$store.commit("update", ["isLogin", true]);
               _this.$store.commit("update", ["userInfo", _this.userInfo]);
               if (isU == 1) {
-                this.$router.push("/eventCenter?steps=" + "2");
+                this.$router.push("/eventCenter?steps=" + "1");
               } else if (isU == 2 || isU == 4) {
                 this.$router.push("/anliList");
               } else if (isU == 5 || isU == 6) {

+ 7 - 7
src/components/pages/race/addRace.vue

@@ -136,7 +136,7 @@
         </div>
         <div class="cresteMessage">
           您确定要跳过网页端填写吗?<span style="color: #ccc"
-            >( {{ lastTime }}秒自动关闭 )</span
+            >( {{ lastTime + 1 }}秒自动关闭 )</span
           >
           <div style="color: #9a9a9a; line-height: 25px">
             本次案例征集必填内容已提交,为实现更佳的展示效果,建议您根据平台指引完成网页端资料填写。
@@ -144,7 +144,7 @@
         </div>
       </div>
       <span slot="footer" class="dialog-footer">
-        <el-button @click="isAddOrUpRace(1)">跳过并提交</el-button>
+        <el-button @click="isAddOrUpRace(1)">跳过并保存</el-button>
         <el-button type="primary" @click="dialogVisible1 = false"
           >继续填写</el-button
         >
@@ -244,7 +244,7 @@ export default {
         brief: "",
         data: [],
       },
-      lastTime: 5,
+      lastTime: 10,
       timer: null,
     };
   },
@@ -260,7 +260,7 @@ export default {
         clearInterval(this.timer);
       }
       this.timer = null;
-      this.lastTime = 5;
+      this.lastTime = 10;
       this.dialogVisible1 = true;
       this.timeLoading();
       this.timer = setInterval(() => {
@@ -275,7 +275,7 @@ export default {
     clearTime() {
       clearInterval(this.timer);
       this.timer = null;
-      this.lastTime = 5;
+      this.lastTime = 10;
       this.steps++;
     },
     timeLoading() {
@@ -515,7 +515,7 @@ export default {
               message: "新增成功",
               type: "success",
             });
-            this.goTo("/eventCenter?steps=" + "1");
+            this.goTo("/eventCenter?steps=" + "2");
             this.dialogVisible1 = false;
           } else {
             console.log("下一步");
@@ -557,7 +557,7 @@ export default {
               message: "修改成功",
               type: "success",
             });
-            this.goTo("/eventCenter?steps=" + "1");
+            this.goTo("/eventCenter?steps=" + "2");
             this.dialogVisible1 = false;
           } else {
             console.log("下一步");

+ 3 - 3
src/components/pages/race/eventCenter/eventMessage.vue

@@ -16,10 +16,10 @@
         <span @click="checkType(3)" :class="{ active: atype == 3 }"
           >报送要求</span
         >
-        <span @click="checkType(4)" :class="{ active: atype == 4 }"
+        <!-- <span @click="checkType(4)" :class="{ active: atype == 4 }"
           >时间安排</span
-        >
-        <span @click="checkType(5)" :class="{ active: atype == 5 }"
+        > -->
+        <span @click="checkType(4)" :class="{ active: atype == 4 }"
           >其他事宜</span
         >
       </div>