From 2330c1aedb2afa740b40c82cd2944ca73e05a2a1 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Fri, 31 May 2024 14:15:36 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E7=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- node_modules/uview-ui/theme.scss | 2 +- pages/index/index.vue | 8 ++-- pages/visit/book.vue | 76 ++++++++++++++++---------------- 3 files changed, 43 insertions(+), 43 deletions(-) diff --git a/node_modules/uview-ui/theme.scss b/node_modules/uview-ui/theme.scss index 331b30f..d756f61 100644 --- a/node_modules/uview-ui/theme.scss +++ b/node_modules/uview-ui/theme.scss @@ -10,7 +10,7 @@ $u-border-color: #dadbde; $u-bg-color: #f3f4f6; $u-disabled-color: #c8c9cc; -$u-primary: #3c9cff; +$u-primary: #cf995a; $u-primary-dark: #398ade; $u-primary-disabled: #9acafc; $u-primary-light: #ecf5ff; diff --git a/pages/index/index.vue b/pages/index/index.vue index 762a1a3..8135d45 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -159,12 +159,12 @@ - - 团体预约 + + 团体预约 - + diff --git a/pages/visit/book.vue b/pages/visit/book.vue index 460dd91..9ada36b 100644 --- a/pages/visit/book.vue +++ b/pages/visit/book.vue @@ -189,7 +189,7 @@ - + @@ -228,7 +228,7 @@ - + { if (that.formUser.card_type == 1) { that.formUser.idcard = that.formUser.idcard.toUpperCase(); - if (!that.util.isValidCardID(that.formUser.idcard)) { - uni.showToast({ - icon: "none", - title: "请正确输入身份证号" - }) - return false; - } + // if (!that.util.isValidCardID(that.formUser.idcard)) { + // uni.showToast({ + // icon: "none", + // title: "请正确输入身份证号" + // }) + // return false; + // } } if (!this.util.isNull(this.formUser.mobile)) {