From cc7712182ed65d9e0f8d21b4a99d64a03e67ce0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Mon, 20 Feb 2023 17:13:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/site/site.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/site/site.vue b/pages/site/site.vue index 7e62d70..de8af47 100644 --- a/pages/site/site.vue +++ b/pages/site/site.vue @@ -12,7 +12,7 @@ {{item.classifyName}} - + 更多 @@ -78,6 +78,7 @@ nurseAgencyClassifyInfoList: [], //护理站分类 conNewcurrent: 0, nurseItemClassifyInfoList: [], //护理项目分类 + nurseItemClassifyInfolength: 0, lbinfo: [], //轮播list nursestationlist: [], mask: false, @@ -120,6 +121,7 @@ res.data.poserInfoList.forEach(e => { e.image = baseurl + e.posterPictureUrl }) + this.nurseItemClassifyInfolength = res.data.nurseItemClassifyInfoList.length this.lbinfo = res.data.poserInfoList this.nurseItemClassifyInfoList = res.data.nurseItemClassifyInfoList.slice(0, 7) })