Fix:2451 【商城小程序】寻趣味--点击轮播图或店铺列表图片进入店铺详情页,返回后页面刷新会回到第一个分类页面

This commit is contained in:
modendeveloper
2024-10-11 22:42:19 +08:00
parent 58e29a98c8
commit 2c6c7e82a9
+1 -1
View File
@@ -165,7 +165,7 @@ export default {
const memCityName = uni.getStorageSync('cityName') const memCityName = uni.getStorageSync('cityName')
this.page = 1 this.page = 1
this.currType = {} this.currType = {}
this.typeIndex = 0 // this.typeIndex = 0
this.name = '' this.name = ''
getHotelTypeList().then(({data}) => { getHotelTypeList().then(({data}) => {
this.typeList = data this.typeList = data