https://developers.weixin.qq.com/miniprogram/dev/reference/wxs/06datatype.html
var getTitle = function( String,array ){
var t2 = array.filter(item => {
return item._id==any})
return t2
}
module.exports.getTitle= getTitle;
以上代码包错Unexpected token `>`
框架类型 | 问题类型 | 终端类型 | 微信版本 | 基础库版本 |
---|---|---|---|---|
小程序 | Bug | 工具 | 6.5.3 | 2.0.0 |
2 个回答
用不了箭头函数写法
楼上说的对,wxs不支持箭头函数,改为普通函数吧