瀏覽代碼

fix: bugs

ArvinQi 6 年之前
父節點
當前提交
18b86e72d0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/cert/type/_id.vue

+ 1 - 1
pages/cert/type/_id.vue

@@ -93,13 +93,13 @@ export default {
       { cert_id: id, id },
       { headers, neverLogout: true }
     );
-    console.log(res);
     const showCats =
       cats.data && cats.data.developers
         ? cats.data.developers.slice(0, 10)
         : [];
     const showCount = cats.data ? cats.data.count : 0;
     const data = res.data;
+    console.log(res, cats);
     if (!data) {
       return {
         detail: {