cao.它自己的报错都是写heigth。一个烂软件,却又无可奈何。
marker有width和heigth,为什么还是报错说需要width和heigth?[图片]
2022-09-24cao,微信的东西就是问题多多,还没人去解决。真是大爷。
radio-group 与 editor 数据绑定渲染后会自动焦点,怎么取消焦点?我是使用radio-group组件,绑定数据至editor渲染数据,editor会自动焦点,且弹出键盘。 现在的问题就是会自动焦点和弹出键盘, 怎么取消掉。 <li wx:for="{{diseaseDepot}}"> <radio-group bindchange="radioChangeB"> <label class="weui-cell weui-check__label" wx:key="{{item.value}}"> <view class="weui-cell__hd"> <radio style="transform: scale(0.75)" value="{{item.title}}" checked="{{item.checked}}"/> </view> <view class="weui-cell__bd">{{item.title}}</view> </label> </radio-group> </li> // 单选内容后,数据渲染入editor, 但是默认会焦点此处, 如何取消焦点和键盘 <editor id="editorB" class="ql-container" placeholder="{{placeholder}}" showImgSize showImgToolbar showImgResize bindstatuschange="onStatusChange" read-only="{{readOnly}}" bindready="onEditorReady"> </editor> // 单选事件 radioChangeB(e) { this.data.diseaseDepot.forEach(item => { let p = item; if(p.title == e.detail.value){ let vstar = [1] p.checked = true vstar[0] = p.title vstar[1] = p.content this.onEditorReadyB(vstar[1]) this.setData({ checkedDiseaseBy: vstar }) }else{ p.checked = false } }) // html渲染至editor 组件 onEditorReadyB(vhtml) { const that = this wx.createSelectorQuery().select('#editorB').context(function (res) { if(!res) return that.editorCtx = res.context res.context.setContents({ html: vhtml, focus: false }) }).exec() },
2022-07-272022年3月21日了,该bug仍未修复
小程序cover-view容器中文字显示不全小程序cover-view容器中文字显示不全,如图所示: [图片] -
2022-03-21(楼主)在1.05.2105170 Stable widows64都没这个问题
最新版本微信开发者工具的require报错https://developers.weixin.qq.com/miniprogram/dev/devtools/stable.html 源码: const root = ""; const apiUtilM = require(root+"common/utils/apiUtil.js"); 上述段报错(但在旧版本是正常的): VM130:9 app.js错误: Error: module "common/utils/apiUtil.js" is not defined
2022-03-11