()
| 6 | logs: [] |
| 7 | }, |
| 8 | onLoad() { |
| 9 | this.setData({ |
| 10 | logs: (wx.getStorageSync('logs') || []).map(log => { |
| 11 | return { |
| 12 | date: util.formatTime(new Date(log)), |
| 13 | timeStamp: log |
| 14 | } |
| 15 | }) |
| 16 | }) |
| 17 | } |
| 18 | }) |
nothing calls this directly
no outgoing calls
no test coverage detected