1条回答 默认 最新
weixin_33717298 2017-01-09 07:52关注It seems
json_eventsvalue is already coming inJSONformat. Why would you need to parse it?. Can you remove the JSON.parse and try using justevents: json_events,Hope this helps.
解决 无用评论 打赏 举报
It seems json_events value is already coming in JSON format. Why would you need to parse it?. Can you remove the JSON.parse and try using just
events: json_events,
Hope this helps.