tremble hace 3 años
padre
commit
c4ddd9acb1
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/components/Tags/goods-list.vue

+ 0 - 2
src/components/Tags/goods-list.vue

@@ -196,7 +196,6 @@ watch(
   (val, old) => {
     if (mysw.value) {
       if (val === "goodlist") {
-        console.log(4848449);
         current.value = 0;
         updateProductsById(current.value);
       }
@@ -230,7 +229,6 @@ const brandScroll = () => {
           },
           slideChange() {
             if (tagclick.value.type) {
-              console.log(1111111111111);
               current.value = this.activeIndex;
               updateProductsById(current.value);
             }