Browse Source

我的页面bug修改

XMLWAN 4 years ago
parent
commit
6d96ee5ada
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/pages/home/activeForm.vue

+ 2 - 1
src/pages/home/activeForm.vue View File

@@ -6,7 +6,7 @@
6 6
                 <span class="titleName">活动报名表</span>
7 7
             </div>
8 8
         </van-sticky>
9
-        
9
+
10 10
         <div class="formBox">
11 11
             <div class="attentionBox">
12 12
                 <p class="attention">注意</p>
@@ -173,6 +173,7 @@ export default {
173 173
         if (response.data.state === 1) {
174 174
           var table = response.data.data.table;
175 175
           this.$router.push({ path: "/activeSuccess" });
176
+          console.log("aaa")
176 177
         } else {
177 178
           this.$toast("您已提交过信息,请勿重复提交");
178 179
         }