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({