微信小程序编译报错res.result.data.length
WAServiceMainContext.js:2 TypeError: Cannot read property 'data' of undefined
以下答案引用自GPT-3大模型,请合理使用:
片段
微信小程序编译报错res.result.data.lengthWAServiceMainContext.js:2 TypeError: Cannot read property 'data' of undefined
这是因为你的数据传递方式不正确,比如你的数据是字符串的话,就要使用weixin.utils.stringToBytes(str)来转化成byte数组传递,而不是直接传递str。
判断一下
if(res&&res.result&&res.result.data){
for(xxx)
}