Feat:寻千县万村店铺增加2级分类

This commit is contained in:
LinCyJang
2026-01-31 15:47:40 +08:00
parent 7b1ac89b5b
commit cf4d198682
+3 -1
View File
@@ -1685,10 +1685,12 @@ export default {
getShopList() {
const params = {
countyFamousDataId: this.id,
countyFamousHotelType: this.shopTypeActive,
page: 1,
limit: 9999
}
if (this.shopTypeActive) {
params.countyFamousHotelType = this.shopTypeActive
}
getCityShopList(params).then(res => {
this.shopList = (res.data && (res.data.records || res.data.list)) || []
})