Browse Source

Merge branch 'master' of http://git.shengws.com/csx/Pad_New

See999 4 years ago
parent
commit
d42ca8f251
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>注意</p>
@@ -178,6 +178,7 @@ export default {
178 178
         if (response.data.state === 1) {
179 179
           var table = response.data.data.table;
180 180
           this.$router.push({ path: "/activeSuccess" });
181
+          console.log("aaa")
181 182
         } else {
182 183
           this.$toast("您已提交过信息,请勿重复提交");
183 184
         }