//logs.js const util = require('../../utils/util.js') Page({ data: { arr: [ { name:'韩式辣酱', status:'立即脱单', title:'全年五十次权益', time:'2020-09-09 15:52', number:'9', money:'199999', // class:'one', }, { name:'韩式辣酱', status:'可能脱单', title:'全年五十次权益', time:'2020-09-09 15:52', number:'已使用', money:'27799', // class:'two', }, { name:'韩式辣酱', status:'即将脱单', title:'全年五十次权益', time:'2020-09-09 15:52', number:'已使用', money:'27799', // class:'two', } ] }, // onLoad: function () { // this.setData({ // logs: (wx.getStorageSync('logs') || []).map(log => { // return util.formatTime(new Date(log)) // }) // }) // } })