GitLab
Sign in
zooble
/
text-to-audio
Back to Group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
fbe86a2d3620e8607bec4790cb1ac38c2aecc836
Authored by
xwenliang
2022-11-06 04:38:36 +0800
1 parent
c9483180
feat: reverse list
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
pages/result/result.js
pages/result/result.js
View file @
fbe86a2
...
...
@@ -11,8 +11,8 @@ let formateDate = function (audioList) {
11
11
return {
12
12
...audio,
13
13
date: convertDate(audio.time)
14
- }
15
- });
14
+ };
15
+ }).reverse();
16
16
};
17
17
18
18
Page({
...
...