From fa4af4f17560557fd909738b02821af0347753cf Mon Sep 17 00:00:00 2001 From: Iruka <1017819588@qq.com> Date: Thu, 19 Sep 2024 16:21:20 +0800 Subject: [PATCH] aa --- pages/index.vue | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/pages/index.vue b/pages/index.vue index 2987380..51e1653 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,7 +1,4 @@ @@ -92,9 +93,8 @@ (12) - 60 - - + {{ 10 }} + @@ -126,9 +126,8 @@ (12) - 60 - - + {{ 60 }} + @@ -271,7 +270,6 @@ show: false, landList: [1, 2, 3], value: false, - } }, onLoad() { @@ -284,6 +282,10 @@ // #endif }, methods: { + ceshi(e) { + console.error("ceshi:", e); + // e.stopPropagation(); + }, openLand() { this.$refs.refLand.open(); },