罗世杰:招商、出租推广发布跳转

This commit is contained in:
LuoShijie
2023-11-17 15:17:03 +08:00
parent 10136f43f7
commit 46ea8e4ee9
5 changed files with 47 additions and 11 deletions

View File

@@ -239,6 +239,14 @@ const apiService = {
console.log(data);
resolve(service.post(url,data))
})
},
//获取商铺列表
getShopList(data){
const type = data.type
const url = `shop/alllist/?type=${type}`
return new Promise((resolve,reject) => {
resolve(service.get(url))
})
}
}
export {