From 2bb457ee4629aab2b1da2a01fe50a198e22eab5d Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Wed, 22 Jan 2025 16:29:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/category.vue | 22 +++++++++++++++++----- pages_order/auth/wxLogin.vue | 6 +++--- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/pages/index/category.vue b/pages/index/category.vue index 3a007bd..5a49653 100644 --- a/pages/index/category.vue +++ b/pages/index/category.vue @@ -42,10 +42,10 @@ :list="category[current].children" :current="currentChildren" keyName="name" - :chain="true" + :chain="false" @change="change"> -