微信小程序编译显示这行代码有问题,自己改了好几次怎么都解决不了,跪求大佬讲解
getLogs: function () {
let logs = wx.getStorageSync(‘logs’)
logs.forEach(function (item, index, arry) {
item.startTime = new Date(item.startTime).toLocaleString() //就是这行(部分借用别人的)
})