Fix:2472 【商城小程序】点击展会轮播图,没有跳转到展会详情,并且后台设置的轮播图,和前端显示的不是同一张图

This commit is contained in:
linxi
2024-10-11 14:57:18 +08:00
parent 857891c00b
commit b3b5f3f6e4
2 changed files with 13 additions and 5 deletions
+8
View File
@@ -70,4 +70,12 @@ export function getFoodDetails(id) {
*/
export function getRecipe(params) {
return request.get("/wellness/recipe", params)
}
/**
* 康养生活-展会轮播图
* @returns
*/
export function getBanner() {
return request.get("/wellness/exhibition/banner")
}