Fix(千县&店铺入驻):[#5234]后台店铺分类添加超过 10 个类别,前端页面只展示前 10 个,多余分类展示缺失
This commit is contained in:
+2
-2
@@ -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})
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user