This commit is contained in:
魏啾
2024-05-30 11:17:33 +08:00
parent 8abd538d88
commit 59e21b5ed0

View File

@@ -493,6 +493,7 @@
this.clickhometoplistmenulist.detail = res.data this.clickhometoplistmenulist.detail = res.data
this.clickhometoplistmenulist.quilt = '1' this.clickhometoplistmenulist.quilt = '1'
} else { } else {
this.clickhometoplistmenulist.quilt = ''
this.clickhometoplistmenulist = item this.clickhometoplistmenulist = item
} }
uni.pageScrollTo({ uni.pageScrollTo({
@@ -548,6 +549,7 @@
this.onLoadhome() this.onLoadhome()
this.hometoplist.menu[this.viewHistoryindex].name = uni.cache.get('getLocationstorage').address this.hometoplist.menu[this.viewHistoryindex].name = uni.cache.get('getLocationstorage').address
this.subCategoryList = [] this.subCategoryList = []
this.clickhometoplistmenulist.quilt = '' //用于判断是否显示全成的数据 1为显示 不为1不显示
} else { } else {
this.subCategoryList = category.category.districts; this.subCategoryList = category.category.districts;
} }
@@ -567,6 +569,7 @@
this.form.status = 'loadmore' this.form.status = 'loadmore'
this.homelist = [] this.homelist = []
this.onLoadhome() this.onLoadhome()
this.clickhometoplistmenulist.quilt = '' //用于判断是否显示全成的数据 1为显示 不为1不显示
}, },
} }