mirror of
https://gitee.com/yudaocode/yudao-mall-uniapp.git
synced 2025-12-30 09:42:25 +00:00
fix:修复小程序报警问题
This commit is contained in:
@@ -340,7 +340,6 @@
|
||||
// TODO 解决头条冒泡的问题
|
||||
this.clearPropagation = false;
|
||||
this.maskClass.backgroundColor = this.maskBackgroundColor;
|
||||
const headerBg = sheep.$url.css(this.backgroundImage);
|
||||
},
|
||||
methods: {
|
||||
setH5Visible() {
|
||||
@@ -557,7 +556,7 @@
|
||||
display: block;
|
||||
/* #endif */
|
||||
position: relative;
|
||||
background: v-bind(headerBg) no-repeat;
|
||||
background: v-bind(backgroundImage) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
|
||||
/* iphonex 等安全区设置,底部安全区适配 */
|
||||
|
||||
Reference in New Issue
Block a user