我也是这个问题,蹲个明白人
在自定义组件中createSelectorQuery获取不到节点?t调试基础库:2.17.0 s使用框架:taro3.0 d代码及报错如下: [图片][图片]报错提示:An SelectorQuery call is ignored because no proper page or component is found. Please considering using `SelectorQuery.in` to specify a proper one.
2021-07-30借个楼我要实现success去修改result怎么写,我记得是声明值的时候是哪个范围再次改变的时候也是这个范围,但是不知道为何我的success执行后还是无法修改result 代码如下 //url请求 function requestPost(url,data) { var result; const urlHead = 'http://xxxxxx.cn/' + url; wx.request({ header: { 'content-type': 'application/json' // 默认值 }, method: "POST", dataType: 'json', url: urlHead, data: { openid: getString("openid"), token: getString("token"), data: data }, success: function(res){ result = res.data.data; } }) return result; }
wx.request success回调中的profile属性在开发者工具取不到https://developers.weixin.qq.com/miniprogram/dev/api/network/request/wx.request.html [图片]success回调参数取不到profile属性
2021-04-19