From 59e21b5ed0a762135c3986cead099d418ead49f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AD=8F=E5=95=BE?= <1144797966@qq.com> Date: Thu, 30 May 2024 11:17:33 +0800 Subject: [PATCH] index --- pages/index/index.vue | 3 +++ 1 file changed, 3 insertions(+) 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不显示 }, }