- 工具更新后有时候报渲染层错误,什么问题?
问题1: [渲染层错误] CSSAdapter::getMatchedStylesForNode TypeError: Cannot read property '$$' of undefined(env: Windows,mp,1.06.2204222; lib: 2.17.0) [渲染层错误] inspectee CSS.getMatchedStylesForNode error: TypeError: Cannot read property '$$' of undefined(env: Windows,mp,1.06.2204222; lib: 2.17.0) 问题2: [渲染层错误] inspectee DOM.requestChildNodes error: TypeError: Cannot read property 'children' of null(env: Windows,mp,1.06.2204222; lib: 2.17.0)
2022-04-25 - 画布会在mp-dialog上面显示,怎么办?
[图片]
2021-12-18 - 小程序有没有类似于 vue 的 slot 默认显示内容
- 需求的场景描述(希望解决的问题) [图片] 如图为 vue 功能,小程序发现不能设置默认,设置了也不显示 - 希望提供的能力 请问有没有替代方案,比如可以在组件中 通过this ,判断出父组件是否 设置了 这个 slot 传properties 属性判断的方案除外,因为麻烦不想用它 有没有可能在后续的版本中开发出来这功能
2018-07-11 - input封装为自定义组件后,placeholder-class定义为外部类不生效?
我在自定义组件中使用了input做为搜索框,但是在定义placeholder-class时遇到了问题。 其中wxml文件中定义 <input id="search_input" class="input input-class" type="text" focus="{{focus}}" confirm-type="search" value="{{value}}" disabled="{{disabled}}" maxlength="{{maxlength}}" placeholder="{{placeholder}}" placeholder-class="placeholder-class" placeholder-style="{{placeholderStyle}}" bind:input="handleInput" bind:focus="handleFocus" bind:blur="handleBlur" bind:confirm="handleConfirm"/> 并且在js文件中含有 externalClasses: ['input-class', 'placeholder-class'] 但是在页面中调用此组件时 <search-bar placeholder-class="search-placeholder" input-class="search-input"/> input-class可以被外部类替换,placeholder-class却不能。placeholder-class="placeholder-class"在开发者工具中没看到有任何变化
2020-07-03 - 自定义组件属性的值能否不强制转换类型?
早前小程序的自定义组件的 properties,如果父级传入了 undefined,组件内取到的值就是 undefined。 而现在默认会做类型转换:String 收到空字符串,Number 收到 0,Boolean 收到 false,Object 收到 null,Array 收到空数组。造成很多时候 properties 的默认值形同虚设,需要另外做默认值兜底的工作。 请问有没有什么办法关掉这个类型转换呢?
2021-03-16 - 微信小程序限制checkbox-group中checkbox选中个数?
需要限制列表的被选中个数,比如最多为3个
2018-05-22 - 为什么1202年了,微信移动端还不支持String.replaceAll方法?
最新版安卓微信客户端及微信开发者工具,使用了同一版本号的基础库(最新版2.15.0),代码中使用了String.replaceAll()方法,开发者工具未作出任何错误提示,但是一旦推送体验版,在微信客户端体验时会报错TypeError。请尽快修复开发者工具与微信客户端行为不一致问题
2021-02-26 - Failed to execute 'drawImage' on 'CanvasRenderin ?
Failed to execute 'drawImage' on 'CanvasRenderingContext2D': The provided value is not of type '(CSSImageValue or HTMLImageElement or SVGImageElement or HTMLVideoElement or HTMLCanvasElement or ImageBitmap or OffscreenCanvas)';at SelectorQuery callback function TypeError: Failed to execute 'drawImage' on 'CanvasRenderingContext2D': The provided value is not of type '(CSSImageValue or HTMLImageElement or SVGImageElement or HTMLVideoElement or HTMLCanvasElement or ImageBitmap or OffscreenCanvas)'
2020-01-10 - 微信小程序 video 封面图poster设置大小
微信小程序 video 封面图poster能设置大小吗?如何设置?
2018-01-12