Explorar el Código

不知道改了啥

zhangwf hace 5 años
padre
commit
350278b863
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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 } })
                     }
                 })
-                
+
             },
         },
     }