From e92f7e00daea76bb58101b5ff6ddfd51b6386e28 Mon Sep 17 00:00:00 2001 From: qiuyuan Date: Tue, 3 Mar 2026 16:22:37 +0800 Subject: [PATCH] 1 --- pages/index/index.vue | 35 ++- pages/mine/index.vue | 632 +++++++++++++++++++++++------------------- pages/sign/sign.vue | 2 +- 3 files changed, 372 insertions(+), 297 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 1ab9de4..11300b7 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -90,7 +90,7 @@ - + + + + 会客厅预约 + 社区服务功能 + + + + @@ -117,8 +126,8 @@
- - + + - + \ No newline at end of file diff --git a/pages/sign/sign.vue b/pages/sign/sign.vue index 8ef81ae..ecc6291 100644 --- a/pages/sign/sign.vue +++ b/pages/sign/sign.vue @@ -484,7 +484,7 @@ .applyInfo) console.log("===response", response) if (!response || !response.success) { - throw new Error('会议室预定失败'); + throw new Error(response.msg); } if (response.success == true) { uni.redirectTo({