<wxs module="configure">
var joinArray = function (array) {
var su= JSON.parse(array);
return su;
}
module.exports = {
joinArray: joinArray
}
</wxs>
出现以下错误:
VM20843:5 SyntaxError: Unexpected end of JSON input
at JSON.parse
at Object.nv_JSON.nv_parse
at joinArray
at ./pages/gentuan/gentuan.wxml:139:22
(anonymous) @ VM20843:5
麻烦提供代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
英文可以,但是字符串中有汉字,会失败
解答了一半。如含有中文怎么办 只能后端直接处理数据返回了吗