Showing
1 changed file
with
1 additions
and
1 deletions
@@ -881,7 +881,7 @@ const getLimitProductData = (uid, limitProductCode) => { | @@ -881,7 +881,7 @@ const getLimitProductData = (uid, limitProductCode) => { | ||
881 | 881 | ||
882 | if (obj.attaches.length > 1) { | 882 | if (obj.attaches.length > 1) { |
883 | obj.attaches.sort((v1, v2) => { | 883 | obj.attaches.sort((v1, v2) => { |
884 | - return v1.orderBy - v2.orderBy; | 884 | + return v2.orderBy - v1.orderBy; |
885 | }); | 885 | }); |
886 | } | 886 | } |
887 | 887 |
-
Please register or login to post a comment