积分商城问题修复

This commit is contained in:
2025-12-11 15:51:14 +08:00
parent 62af2a81f8
commit 9a0164eff6
11 changed files with 773 additions and 479 deletions

View File

@@ -9,3 +9,10 @@ export const consumeDiscount = (data) => {
data: data
})
}
export const homeData = (data) => {
return request({
url: prveUrl + '/user/home/data',
method: 'get',
data: data
})
}