Commit fbe86a2d3620e8607bec4790cb1ac38c2aecc836

Authored by xwenliang
1 parent c9483180

feat: reverse list

Showing 1 changed file with 2 additions and 2 deletions
pages/result/result.js
@@ -11,8 +11,8 @@ let formateDate = function (audioList) { @@ -11,8 +11,8 @@ let formateDate = function (audioList) {
11 return { 11 return {
12 ...audio, 12 ...audio,
13 date: convertDate(audio.time) 13 date: convertDate(audio.time)
14 - }  
15 - }); 14 + };
  15 + }).reverse();
16 }; 16 };
17 17
18 Page({ 18 Page({