Style(店铺):界面调整

This commit is contained in:
lifizer
2024-03-20 11:37:23 +08:00
parent 55784e489d
commit f510226a16
2 changed files with 29 additions and 84 deletions
+11
View File
@@ -197,4 +197,15 @@ export function getHotelTypeList() {
* */
export function getPoster(id) {
return request.get("/api/hotelMain/poster/" + id, {}, {login: true})
}
/**
* 获取客栈商品列表
* @param data
* @returns {*}
*/
export function getHotelGoodList(data) {
return request.get("/api/hotelMain/goodsList", data, {
login: false
});
}