From f673cacb46e1d8dc7fdc44dadf0a859a60a4bc17 Mon Sep 17 00:00:00 2001 From: verou <857149855@qq.com> Date: 星期四, 10 四月 2025 11:06:37 +0800 Subject: [PATCH] fix:组盘重写 --- pages/listing/upper.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/pages/listing/upper.vue b/pages/listing/upper.vue index 41b88e6..8e1804c 100644 --- a/pages/listing/upper.vue +++ b/pages/listing/upper.vue @@ -153,6 +153,7 @@ }) } }, + remove(index) { this.list.splice(index, 1); }, -- Gitblit v1.9.1