Fix(千县&店铺入驻):[#5234]后台店铺分类添加超过 10 个类别,前端页面只展示前 10 个,多余分类展示缺失

This commit is contained in:
lifizer
2026-05-20 17:06:40 +08:00
parent 1e78f76be1
commit 638eadb632
4 changed files with 18 additions and 9 deletions
+2 -2
View File
@@ -82,8 +82,8 @@ export function getHotelInfo(params) {
}
// 获取千县名品店铺类型列表
export function getCountyFamousHotelType() {
return request.get("/countyFamous/hotelType", {}, {login: true})
export function getCountyFamousHotelType(params) {
return request.get("/countyFamous/hotelType", params, {login: true})
}
/**