···
oi.selectComponent(".frame").setStyle({
"left": frame.left + "px",
"top": frame.top + "px",
"width": frame.width + "px",
"height": frame.height + "px"
});
···
产品分类: uniapp/H5
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: 11
HBuilderX类型: 正式
HBuilderX版本号: 3.4.7
浏览器平台: Chrome
浏览器版本: 98
项目创建方式: HBuilderX
App下载地址或H5⽹址: https://ext.dcloud.net.cn/plugin?id=6878
···
oi.selectComponent(".frame").setStyle({
"left": frame.left + "px",
"top": frame.top + "px",
"width": frame.width + "px",
"height": frame.height + "px"
});
···
wxs中使用selectComponent 方法
可在插件市场搜索ksp-cropper,下载示例项目
返回结果undefined
返回正确的结果
在wxs中,使用selectComponent方法查询组件,查询结果为undefined。
写了一个图片裁剪的插件,一直运行很稳定,升级到3.4.7版本后报错。名称为:ksp-cropper,已提交插件市场,可在插件市场下载示例项目,重现。
0 个回复