Merge branch 'feat-scene' into test

This commit is contained in:
2026-08-20 17:14:11 +08:00
2 changed files with 12 additions and 2 deletions
+1
View File
@@ -46,6 +46,7 @@ const loadProducts = async ({ reset = false } = {}) => {
const result = await getGiftListAPI({
page: nextPage,
pageSize: PAGE_SIZE,
storeId: selectedStoreId.value,
});
const list = Array.isArray(result?.list) ? result.list : [];
const mappedList = list.map((item) => ({