thirdScriptError
URI malformed;at api request success callback function
URIError: URI malformed
at decodeURIComponent (<anonymous>)
at strCryptCode (webpack-internal:///12:324:34)
at unifiEdencryption (webpack-internal:///12:392:13)
at success (webpack-internal:///12:47:29)
at Function.e.<computed> ()
at
at Xe ()
at Nt.<anonymous> ()
at Nt.emit ()
at Ui ()
这个报错是为啥嘞,求大佬指点指点
9***@qq.com (作者)
是app端,这个一般都是什么导致的嘞
2020-03-25 13:37
DCloud_UNI_GSQ
回复 9***@qq.com: 从报错里看是你用request的回调里报错的,你找一下
2020-03-25 14:18
9***@qq.com (作者)
回复 DCloud_UNI_GSQ: 好的谢谢你了
2020-03-25 16:15
3***@qq.com
转码确实有问题,目前是h5端 会报这个错URI malformed ,
JSON.parse(decodeURIComponent(option.item.replace(/%/g, '%25'))), 只能这样兼容处理
2021-01-04 14:35