修复我的页面积分列表换行问题
This commit is contained in:
@@ -423,7 +423,7 @@ async function getData() {
|
|||||||
|
|
||||||
const res3 = await pointsShopList();
|
const res3 = await pointsShopList();
|
||||||
coinTotal.value = res3.length;
|
coinTotal.value = res3.length;
|
||||||
coinList.value = res3;
|
coinList.value = res3.slice(0, 3);
|
||||||
}
|
}
|
||||||
|
|
||||||
function toCoin(item) {
|
function toCoin(item) {
|
||||||
|
|||||||
Reference in New Issue
Block a user