This commit is contained in:
zhongshilong 2025-04-29 09:50:23 +08:00
parent dacd8e7825
commit c4fee3f5c5

View File

@ -215,6 +215,7 @@
}
})
this.list = this.invests.sort((a, b) => b.purchaseEndTime - a.purchaseEndTime)
this.list.sort((a, b) => b.apr - a.apr)
}).finally(err => {
uni.hideLoading()
})