小程序
小游戏
企业微信
微信支付
扫描小程序码分享
服务器返回一下字符串
{"state":"true","name":"123"}
小程序上使用
var result = JSON.parse(res.data)
无法解析
直接使用res.data.state一直提示undifine
6 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
eval("("+res.data+")")
使用就会报错
WAService.js:3 thirdScriptError
eval is not a function;at pages/index/index onReady function;at api request success callback function
TypeError: eval is not a function
at success (http://767280604.appservice.open.weixin.qq.com/app.js:33:26)
at Object.success (http://767280604.appservice.open.weixin.qq.com/WAService.js:3:7222)
at .<anonymous> (http://767280604.appservice.open.weixin.qq.com/WAService.js:4:20167)
at .<anonymous> (http://767280604.appservice.open.weixin.qq.com/asdebug.js:1:15029)
at http://767280604.appservice.open.weixin.qq.com/WAService.js:3:7222
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
6楼,啥情况?我又是一个重蹈覆辙的人
顺便说一下,BOM头不止楼上说的几个文件,坑惨了
后端在errorCode.php,pkcs7Encode.php,wxBizdataCrypt.php里面删除BOM头即可!!!
应该不会吧 返回的应该都是json格式吧。 不然你试试eval("("+res.data+")")看看
加个 console.log(res) 不就全看清楚了?
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
eval("("+res.data+")")
使用就会报错
WAService.js:3 thirdScriptError
eval is not a function;at pages/index/index onReady function;at api request success callback function
TypeError: eval is not a function
at success (http://767280604.appservice.open.weixin.qq.com/app.js:33:26)
at Object.success (http://767280604.appservice.open.weixin.qq.com/WAService.js:3:7222)
at .<anonymous> (http://767280604.appservice.open.weixin.qq.com/WAService.js:4:20167)
at .<anonymous> (http://767280604.appservice.open.weixin.qq.com/asdebug.js:1:15029)
at http://767280604.appservice.open.weixin.qq.com/WAService.js:3:7222
6楼,啥情况?我又是一个重蹈覆辙的人
顺便说一下,BOM头不止楼上说的几个文件,坑惨了
后端在errorCode.php,pkcs7Encode.php,wxBizdataCrypt.php里面删除BOM头即可!!!
应该不会吧 返回的应该都是json格式吧。 不然你试试eval("("+res.data+")")看看
加个 console.log(res) 不就全看清楚了?