获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
解决了吗?
在自定义组件里用selectComponent获取不到子组件selectComponent获取到的始终是null // pages/test/components/my-input.js Component({ /** * 组件的属性列表 */ properties: {}, /** * 组件的初始数据 */ data: {}, /** * 组件的方法列表 */ methods: { getData() { console.log(">>>", this.selectComponent("#IdInput")); // 获取到的始终是null return {}; } } })
2021-06-17这个可以自己清除的,在小程序的后台,有一个地方可以自己清除
45009,获取token次数上限,可以帮忙清零吗?今晚出产品,要往云数据库插入数据,测试的时候有个死循环把token的次数用光了,可以清零吗[图片]
2020-11-10