Style(店铺):界面调整

This commit is contained in:
lifizer
2024-03-26 11:29:49 +08:00
parent 49717bf52f
commit d27c8898eb
+1 -1
View File
@@ -772,7 +772,6 @@ export default {
this.fetchInnInfoList() this.fetchInnInfoList()
break break
case 0: case 0:
this.goodsList = []
this.fetchGoods() this.fetchGoods()
break break
default: default:
@@ -781,6 +780,7 @@ export default {
}, },
fetchGoods() { fetchGoods() {
this.isLoadGoodListoSuccess = false this.isLoadGoodListoSuccess = false
this.goodsList = []
getHotelGoodList({ getHotelGoodList({
id: this.inn.id, id: this.inn.id,
page: 1, page: 1,