Bläddra i källkod

不知道改了啥

zhangwf 5 år sedan
förälder
incheckning
350278b863
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      src/views/cnctestlists/cncTestLists.vue

+ 3 - 3
src/views/cnctestlists/cncTestLists.vue

@@ -121,13 +121,13 @@
                     "questionCount": item.questionCount,
                     "title": item.title,
                 };
-                let that  = this;
+                let that = this;
                 api.createTest(data).then((res) => {
-                    if(res.success){
+                    if (res.success) {
                         that.$router.push({ path: '/h5editor', query: { itemId: res.id } })
                     }
                 })
-                
+
             },
         },
     }