瀏覽代碼

不知道改了啥

zhangwf 5 年之前
父節點
當前提交
350278b863
共有 1 個文件被更改,包括 3 次插入3 次删除
  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 } })
                     }
                 })
-                
+
             },
         },
     }