diff --git a/src/components/ContentDesign.vue b/src/components/ContentDesign.vue index eea7fb8..085155a 100644 --- a/src/components/ContentDesign.vue +++ b/src/components/ContentDesign.vue @@ -155,7 +155,6 @@ export default { if (this.winHeight > this.$refs.pronbit.getBoundingClientRect().top) { this.isShow = true; - window.removeEventListener('scroll', this) } }, diff --git a/src/components/Download.vue b/src/components/Download.vue index 3a42321..1a59e4f 100644 --- a/src/components/Download.vue +++ b/src/components/Download.vue @@ -37,7 +37,7 @@
{ config.headers.master_id = '123456' - config.headers.platform = 'wap' + config.headers.platform = 'pc' return config },