小程序
小游戏
企业微信
微信支付
扫描小程序码分享
VM415:1 thirdScriptError
Cannot read property 'address_component' of undefined;at zh_tcwq/pages/index/index onReady function;at api request success callback function
TypeError: Cannot read property 'address_component' of undefined
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
你看看你的index页面,onReady里面的request成功返回的结果,log出来,是不是没有'address_component'这个字段
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
我把源码给你帮我看看
thirdScriptError
at Object.success (http://127.0.0.1:33505/appservice/zh_tcwq/pages/index/index.js:306:58)
at http://127.0.0.1:33505/appservice/we7/resource/js/util.js:104:69
at Function.function.u.(anonymous function) (http://127.0.0.1:33505/appservice/__dev__/WAService.js:4:17960)
at Object.success (http://127.0.0.1:33505/appservice/__dev__/WAService.js:3:27202)
at s.<anonymous> (http://127.0.0.1:33505/appservice/__dev__/WAService.js:13:16308)
at s.emit (http://127.0.0.1:33505/appservice/__dev__/WAService.js:6:12226)
at Function.<anonymous> (http://127.0.0.1:33505/appservice/__dev__/WAService.js:13:17607)
at http://127.0.0.1:33505/appservice/__dev__/WAService.js:5:7046
at a (http://127.0.0.1:33505/appservice/appservice?t=1536372266751:1938:7517)
at b.<anonymous> (http://127.0.0.1:33505/appservice/appservice?t=1536372266751:1938:7604)
不是这样的,你去index.js ,onReady生命周期内,有个request请求,你在这个请求成功后有调用一个 address_component ,但是这个字段是 我的名字
这是什么原因亚
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
你看看你的index页面,onReady里面的request成功返回的结果,log出来,是不是没有'address_component'这个字段
我把源码给你帮我看看
thirdScriptError
Cannot read property 'address_component' of undefined;at zh_tcwq/pages/index/index onReady function;at api request success callback function
TypeError: Cannot read property 'address_component' of undefined
at Object.success (http://127.0.0.1:33505/appservice/zh_tcwq/pages/index/index.js:306:58)
at http://127.0.0.1:33505/appservice/we7/resource/js/util.js:104:69
at Function.function.u.(anonymous function) (http://127.0.0.1:33505/appservice/__dev__/WAService.js:4:17960)
at Object.success (http://127.0.0.1:33505/appservice/__dev__/WAService.js:3:27202)
at s.<anonymous> (http://127.0.0.1:33505/appservice/__dev__/WAService.js:13:16308)
at s.emit (http://127.0.0.1:33505/appservice/__dev__/WAService.js:6:12226)
at Function.<anonymous> (http://127.0.0.1:33505/appservice/__dev__/WAService.js:13:17607)
at http://127.0.0.1:33505/appservice/__dev__/WAService.js:5:7046
at a (http://127.0.0.1:33505/appservice/appservice?t=1536372266751:1938:7517)
at b.<anonymous> (http://127.0.0.1:33505/appservice/appservice?t=1536372266751:1938:7604)
不是这样的,你去index.js ,onReady生命周期内,有个request请求,你在这个请求成功后有调用一个 address_component ,但是这个字段是 我的名字
这是什么原因亚