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