n***@qq.com
n***@qq.com
  • 发布:2021-10-13 16:08
  • 更新:2021-10-13 16:08
  • 阅读:746

【报Bug】程序提示[pages/search/search] Some selectors are not allowed in component wxss

分类:uni-app

产品分类: uniapp/小程序/微信

PC开发环境操作系统: Windows

PC开发环境操作系统版本号: Windows 10 家庭中文版 21H1

HBuilderX类型: 正式

HBuilderX版本号: 3.2.9

第三方开发者工具版本号: 1.05.2109131

基础库版本号: 未设置

项目创建方式: HBuilderX

App下载地址或H5⽹址: 公众号:小轻壁纸

示例代码:

<view>
<u-navbar vue-id="50cad900-1" is-back="{{true}}" title="搜索" title-width="325" title-color="#333333" title-size="28"
border-bottom="{{false}}" bind:l="l"></u-navbar>
<search vue-id="50cad900-2" is-focus="{{true}}" theme="{{themeClass}}" show-want="{{true}}"
speechEngine="{{speechEngine}}" hot-list="{{hotList}}"
data-event-opts="{{[['^getSearchText',[['getSearchText']]]]}}" bind:getSearchText="e" bind:l="__l"></search>
</view>

操作步骤:

预期结果:

实际结果:

bug描述:

无法使用搜索功能,提示原因为组件和引用组件的页面使用了id选择器或后代选择器,这个没有兼容。
[pages/search/search] Some selectors are not allowed in component wxss, including tag name selectors, ID selectors, and attribute selectors.(./components/search/search.wxss:138:22)

2021-10-13 16:08 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复