From 0f76dc0da4ef954b4e14fce50a1f5363abd56ec6 Mon Sep 17 00:00:00 2001 From: fanfan Date: Wed, 17 Apr 2024 15:47:01 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 4 +- .../components/u-subsection/u-subsection.vue | 788 +++++++++--------- 2 files changed, 403 insertions(+), 389 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index b61c2be..54aabe8 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -2,7 +2,7 @@ - + @@ -1097,7 +1097,7 @@ onLoad() { this.getTypeList() this.getSeckill() - this.getSuggest() + this.getSuggest()//根据数据格式需要分页 this.getCityInfo() this.getCoupons(); this.getServeList(); diff --git a/uni_modules/vk-uview-ui/components/u-subsection/u-subsection.vue b/uni_modules/vk-uview-ui/components/u-subsection/u-subsection.vue index 7915516..a513263 100644 --- a/uni_modules/vk-uview-ui/components/u-subsection/u-subsection.vue +++ b/uni_modules/vk-uview-ui/components/u-subsection/u-subsection.vue @@ -1,402 +1,416 @@