jsEnginScriptError
String contained an illegal UTF-16 sequence.;onWebviewEvent
at encodeURIComponent (native code)
at map (native code)
at value (WAService.js: 1:686899)
at (WAService.js:1:689638)
at value (WAService.js: 1:686389)
at value (WAService.js:1:688514)
at _callPageLifeTime— (WAService.js:1:698914)
at (WAService.js:1:718526)
at(WAService.js:1:683219)
at (WAService.js:1:436215)
at n (WAService.js: 1:257580)
atS(WAService.js:1:1763)
global code
我也遇到这个问题。大佬如何解决的
请问问题解决了吗?我碰到了同样的问题
扫码进去?运维中心的报错?
我也是遇到了相同的问题,我是这样遇到的问题:
在自定义组件里,想把绑定在自定义组件上面的数据,放到触发器(triggerEvent)上面在页面上使用这些数据。但是在这个组件数据里面有一个存放一段字符串的属性content,就在这个属性保存的字符串里有的时候包含表情符号,刚好存在这个表情符号的时候,点击自定义组件,触发自定义事件就会引发上面的问题。但是我把数据放在 triggerEvent 之前就把那个content属性给delete了,还是一样在报这个错。不知道该怎么解决了。