|
@@ -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);
|
|
|
}
|