收藏
回答

Unexpected end of JSON input

WAService.js:3 thirdScriptError

Unexpected end of JSON input;at "pages/StepByStepToSurplus/AnswerResult/AnswerResult_Error" page lifeCycleMethod onLoad function

SyntaxError: Unexpected end of JSON input

    at e.onLoad 



回答关注问题邀请回答
收藏

3 个回答

  • Antonio 🇨🇳
    Antonio 🇨🇳
    2019-11-01

    解决方案:一般获取的json数据先转换成string字符,如:JSON.stringify(json),然后用encodeURIComponent 编码,如encodeURIComponent(string), 就可以传参过去了,到接收页 ,先 decodeURIComponent(data),然后在 JSON.parse() 取得json数据 赋值!



    2019-11-01
    有用 5
    回复
  • Be  yourself !
    Be yourself !
    2019-01-08

    我也遇见了这样的问题,求解

    2019-01-08
    有用
    回复
  • 抱米花MY
    抱米花MY
    2018-11-30

    怎么解决 大佬

    2018-11-30
    有用
    回复
登录 后发表内容