|
|
@@ -102,8 +102,6 @@ Page({ |
|
|
|
// createDate: util.formatTime(that.data.list[i].createDate, "201y-M-d h:m:s") |
|
|
|
// }) |
|
|
|
// } |
|
|
|
|
|
|
|
|
|
|
|
for (let i = 0; i < that.data.list.length; i++) { |
|
|
|
var createDate1 = util.formatTime(that.data.list[i].createDate, "yyyy-MM-dd hh:mm:ss"); |
|
|
|
/** |
|
|
@@ -147,6 +145,9 @@ Page({ |
|
|
|
page: 1 |
|
|
|
}) |
|
|
|
this.getList(detail.key, 1); |
|
|
|
}, |
|
|
|
onShow(){ |
|
|
|
|
|
|
|
}, |
|
|
|
onReachBottom: function () { |
|
|
|
var that = this; |
|
|
|