收藏
回答

在最新的两个调试基础库(2.30.0,2.29.2)中,PC版的小程序 组件渲染失效

// 组件最外层
<view wx:if="{{false}}" class="main" />

// 组件其wxss
.main {
  background-color: #d9dad977;
  backdrop-filter: blur(15px);
  float: left;
  justify-content: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
}

如若当前页面有一点击事件,并引用该组件,在PC端使用该小程序时,虽不显示main样式,但实际组件依然存在,无法触发当前页面的点击事件。

回答关注问题邀请回答
收藏

2 个回答

登录 后发表内容