selectComponent获取到的始终是null
// pages/test/components/my-input.js
Component({
/**
* 组件的属性列表
*/
properties: {},
/**
* 组件的初始数据
*/
data: {},
/**
* 组件的方法列表
*/
methods: {
getData() {
console.log(">>>", this.selectComponent("#IdInput")); // 获取到的始终是null
return {};
}
}
})
selectComponent是用于组件间的调用
自定义组件A,里面有input,A无法使用selectComponent获取到input
解决了吗?
怎么解决的?
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
哈罗, 有活人吗