fix;修复bug

This commit is contained in:
2025-11-08 16:00:44 +08:00
parent 85702d8d08
commit 50a711bba8
13 changed files with 248 additions and 188 deletions
+9
View File
@@ -27,3 +27,12 @@ export const getCommonByBrand = (brandName) => {
})
}
// 查询激活的且临近关闭时间最近的活动
export const getActiveActivity = () => {
return request({
url: '/app/activity/nearest-active',
method: 'get',
hideLoading: true
})
}