Browse Source

fix: bugs

ArvinQi 6 years ago
parent
commit
18b86e72d0
1 changed files with 1 additions and 1 deletions
  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: {