Commit 2e1ff13d authored by 郭志伟's avatar 郭志伟

Merge branch 'feat/v1.3' of http://git.quantgroup.cn/ui/quantum-block-h5 into feat/v1.3

parents 2035df3d e547ec33
......@@ -87,6 +87,9 @@ export default class Activity extends Mixins(TransformStyleMixin, SaMixin, Disab
}
}
mounted() {
if (!isApp && !isWxMp && !EASY_ENV_IS_NODE) {
this.pageData.elements = this.pageData.elements.filter(v => v.name !== 'cs-search-bar');
}
this.targetEle = document.querySelector('body');
if (EASY_ENV_IS_BROWSER) { this.showBackTop = true; }
this.pageVisibilityChange();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment