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