Browse Source

去除无用代码

huxz 8 years ago
parent
commit
05d4117180
1 changed files with 0 additions and 2 deletions
  1. 0 2
      components/product/brand/CategoriesList.vue

+ 0 - 2
components/product/brand/CategoriesList.vue

@@ -27,7 +27,6 @@
           for (let i = 0; i < brands[1].length; i++) {
             for (let j = 0; j < brands[0].length; j++) {
               if (brands[0][j].id === brands[1][i].parentid) {
-                console.log('SELECED', brands[1][i].id, brands[1][i].parentid)
                 if (!brands[0][j].children) {
                   brands[0][j].children = []
                 }
@@ -43,7 +42,6 @@
           for (let i = 0; i < brands[2].length; i++) {
             for (let j = 0; j < brands[1].length; j++) {
               if (brands[1][j].id === brands[2][i].parentid) {
-                console.log('SELECED', brands[2][i].id, brands[2][i].parentid)
                 if (!brands[1][j].children) {
                   brands[1][j].children = []
                 }