tremble 3 år sedan
förälder
incheckning
c4ddd9acb1
1 ändrade filer med 0 tillägg och 2 borttagningar
  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);
             }