js中new一个Date,在wxml中,为何日期显示不一致?
有个bug,我在某一个页面onLoad时,setData了一个today的值为new Date(),
this
.setData({
yhLoginInfo: wx.getStorageSync(‘yhLoginInfo’),
village: options.village,
buildingNo: options.buildingNo,
idBuildingInfo: options.idBuildingInfo,
dayAftertt: dayAftertt,
today: new Date()
});在页面{{today}}显示为一个日期字符串:“2019-08-02T06:52:12.702Z”,而在另一个页面中,同样的this.setDate()一个today,结果在页面{{today}}显示为一个[objet,objet],这是一个bug呀,怎么解决这个问题?我需要显示为日期字符串