修复我的页面积分列表换行问题

This commit is contained in:
2025-12-29 15:30:17 +08:00
parent ca53618004
commit 362f3cee96

View File

@@ -423,7 +423,7 @@ async function getData() {
const res3 = await pointsShopList();
coinTotal.value = res3.length;
coinList.value = res3;
coinList.value = res3.slice(0, 3);
}
function toCoin(item) {