Commit 170b85a5 authored by 郭志伟's avatar 郭志伟

fix(backtop): 层级调整

parent 82fc39b9
...@@ -27,12 +27,6 @@ import DisableTouchMixin from '../../../mixins/disableTouch.mixin'; ...@@ -27,12 +27,6 @@ import DisableTouchMixin from '../../../mixins/disableTouch.mixin';
import { navToDlApp } from '@qg/citrus-ui/src/helper/service/utils'; import { navToDlApp } from '@qg/citrus-ui/src/helper/service/utils';
import { EventBus } from '@qg/citrus-ui/src/helper/service/eventBus'; import { EventBus } from '@qg/citrus-ui/src/helper/service/eventBus';
const SHARE_CONFIG = {
name: 'share',
txt: '',
icon: 'share',
url: '',
};
const WEAPP_PATH = 'pages/webview/webview'; const WEAPP_PATH = 'pages/webview/webview';
const APP_PATH = 'xyqb://openHttp'; const APP_PATH = 'xyqb://openHttp';
...@@ -42,7 +36,6 @@ export default { ...@@ -42,7 +36,6 @@ export default {
props: { props: {
showBackTop: Boolean showBackTop: Boolean
}, },
data() { data() {
return { return {
showMpTip: false, showMpTip: false,
...@@ -212,6 +205,10 @@ export default { ...@@ -212,6 +205,10 @@ export default {
<style lang="less" scoped> <style lang="less" scoped>
@deep: ~'>>>'; @deep: ~'>>>';
.cr-back-top {
z-index: 103;
}
.wxmp-tip { .wxmp-tip {
position: fixed !important; position: fixed !important;
top: -32px; top: -32px;
......
...@@ -165,6 +165,7 @@ export default class Activity extends Mixins(TransformStyleMixin, SaMixin, Disab ...@@ -165,6 +165,7 @@ export default class Activity extends Mixins(TransformStyleMixin, SaMixin, Disab
return item; return item;
}); });
this.setPageElement(elements); this.setPageElement(elements);
this.hideBottomBtns(!state);
} }
// 处理页面隐藏 // 处理页面隐藏
pageVisibilityChange() { 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