...
|
...
|
@@ -97,6 +97,10 @@ |
|
|
this.$parent.$refs.filter.isVisible = !this.$parent.$refs.filter.isVisible;
|
|
|
},
|
|
|
changeTopStatus() {
|
|
|
if (!this.shareData.isBlkShop) {
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
let ghost = true;
|
|
|
let ghost2 = false;
|
|
|
let ghost3 = false;
|
...
|
...
|
@@ -118,10 +122,7 @@ |
|
|
this.$refs.header.$el.classList.toggle('ghost-3', ghost3);
|
|
|
}
|
|
|
},
|
|
|
created() {
|
|
|
this.domain = this.shareData.domain;
|
|
|
|
|
|
if (this.shareData.isBlkShop) {
|
|
|
ready() {
|
|
|
window.addEventListener('touchmove', () => {
|
|
|
this.changeTopStatus();
|
|
|
});
|
...
|
...
|
@@ -130,6 +131,5 @@ |
|
|
this.changeTopStatus();
|
|
|
});
|
|
|
}
|
|
|
}
|
|
|
};
|
|
|
</script> |
...
|
...
|
|