去除身份证验证

master
lion 9 months ago
parent 7143b74594
commit d57ea79d64

@ -7,7 +7,7 @@
<u-form-item label="姓名" prop="name" required>
<u-input v-model="form.name" placeholder="请输入姓名"/>
</u-form-item>
<u-form-item label="身份证号" prop="idcard" required>
<u-form-item label="身份证号" prop="idcard">
<u-input v-model="form.idcard" placeholder="请输入身份证号" type="idcard" />
</u-form-item>
<u-form-item label="手机号" prop="mobile" required>
@ -104,17 +104,17 @@
message: '请输入姓名',
trigger: ['blur', 'change']
}],
idcard: [{
required: true,
message: '请输入身份证号',
trigger: ['blur', 'change']
}, {
validator: (rule, value, callback) => {
return this.$u.test.idCard(value);
},
message: '身份证号不正确',
trigger: ['change', 'blur'],
}],
// idcard: [{
// required: true,
// message: '',
// trigger: ['blur', 'change']
// }, {
// validator: (rule, value, callback) => {
// return this.$u.test.idCard(value);
// },
// message: '',
// trigger: ['change', 'blur'],
// }],
mobile: [{
required: true,
message: '请输入手机号',

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -1 +0,0 @@
{"version":3,"sources":["uni-app:///main.js"],"names":["wx","__webpack_require_UNI_MP_PLUGIN__","__webpack_require__","createPage","Page"],"mappings":"iKAAA,MAGA,aACA,8IAFAA,EAAGC,kCAAoCC,EAGvCC,EAAWC,a","file":"package_sub/pages/AddOrder/assignOrder.js","sourcesContent":["import 'uni-pages';\n// @ts-ignore\nwx.__webpack_require_UNI_MP_PLUGIN__ = __webpack_require__;\nimport Vue from 'vue'\nimport Page from './package_sub/pages/AddOrder/assignOrder.vue'\ncreatePage(Page)"],"sourceRoot":""}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -1 +0,0 @@
{"version":3,"sources":["uni-app:///main.js"],"names":["wx","__webpack_require_UNI_MP_PLUGIN__","__webpack_require__","createPage","Page"],"mappings":"kJAAA,MAGA,aACA,YAFAA,EAAGC,kCAAoCC,EAGvCC,EAAWC,a","file":"package_sub/staff/index.js","sourcesContent":["import 'uni-pages';\n// @ts-ignore\nwx.__webpack_require_UNI_MP_PLUGIN__ = __webpack_require__;\nimport Vue from 'vue'\nimport Page from './package_sub/staff/index.vue'\ncreatePage(Page)"],"sourceRoot":""}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -45,7 +45,9 @@ text {
font-size: 34rpx;
}
.u-flex {
display: flex;
flex-direction: row;
align-items: center;
}
@ -89,7 +91,9 @@ text {
text-align: right;
}
.u-flex-col {
display: flex;
flex-direction: column;
}
.u-flex-0 {
@ -3065,7 +3069,9 @@ page {
.u-border-top-bottom:after,
.u-border-top:after,
.u-border:after {
content: ' ';
content: " ";
position: absolute;
left: 0;
top: 0;
@ -3102,7 +3108,9 @@ page {
/* start--clearfix--start */
.u-clearfix:after,
.clearfix:after {
content: '';
content: "";
display: table;
clear: both;
}
@ -3115,6 +3123,14 @@ page {
}
/* end--高斯模糊tabbar底部处理--end */
/* start--提升H5端uni.toast()的层级避免被uView的modal等遮盖--start */
/* end--提升H5端uni.toast()的层级避免被uView的modal等遮盖--end */
/* start--去除button的所有默认样式--start */
.u-reset-button {
@ -3154,9 +3170,14 @@ u-switch {
u-dropdown {
flex: 1;
}
/* end-微信小程序编译后页面有组件名的元素,特别处理--end */
/* start--头条小程序编译后页面有组件名的元素,特别处理--start */
/* end-头条小程序编译后页面有组件名的元素,特别处理--end */
@ -3167,6 +3188,22 @@ u-dropdown {
/* end-头条小程序编译后页面有组件名的元素,特别处理--end */
/* 支付宝,百度,头条小程序目前读取大的本地字体文件,导致无法显示图标,故用在线加载的方式-2020-05-12 */
@font-face {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -38,4 +38,3 @@ page.data-v-6cb5f3c8 {
.container .archive-btn u-button.data-v-6cb5f3c8 {
width: 50%;
}

@ -111,4 +111,3 @@
font-size: 28rpx;
color: #333;
}

@ -117,4 +117,3 @@
background: #ccc;
color: #999;
}

@ -62,4 +62,3 @@
.modify-page .bottom-btns .u-button.data-v-3ca55578 {
width: 45%;
}

@ -93,4 +93,3 @@
border-radius: 40rpx;
border: 1rpx solid #d61b24;
}

@ -119,4 +119,3 @@
display: flex;
justify-content: center;
}

@ -148,4 +148,3 @@
border-radius: 40rpx;
font-weight: 500;
}

@ -46,4 +46,3 @@
font-size: 42rpx;
margin-bottom: 15rpx;
}

@ -26,8 +26,7 @@
flex: 1;
}
.pay-popup > .u-drawer {
bottom: calc(
constant(safe-area-inset-bottom) + 80rpx + 28rpx + 27rpx) !important;
bottom: calc(constant(safe-area-inset-bottom) + 80rpx + 28rpx + 27rpx) !important;
bottom: calc(env(safe-area-inset-bottom) + 80rpx + 28rpx + 27rpx) !important;
}
.pay-popup > .u-drawer .u-drawer-bottom {
@ -35,7 +34,7 @@
background: #f4efee;
}
.pay-popup > .u-drawer .u-drawer-bottom::before {
font: normal normal normal 14px / 1 uicon-iconfont;
font: normal normal normal 14px/1 uicon-iconfont;
content: "\e65f 陪诊有保障,就医更安心";
font-size: 24rpx;
line-height: 70rpx;
@ -152,7 +151,6 @@
padding-left: 56rpx;
margin-top: 22rpx;
}
@charset "UTF-8";
/* 颜色变量 */
/* 行为相关颜色 */
@ -188,11 +186,9 @@
.page .container.data-v-6614d6de {
z-index: 1;
position: relative;
padding-bottom: calc(27rpx * 2 + 80rpx + 20rpx);
padding-bottom: calc(
constant(safe-area-inset-bottom) + 27rpx * 2 + 80rpx + 20rpx);
padding-bottom: calc(
env(safe-area-inset-bottom) + 27rpx * 2 + 80rpx + 20rpx);
padding-bottom: 154rpx;
padding-bottom: calc(constant(safe-area-inset-bottom) + 54rpx + 80rpx + 20rpx);
padding-bottom: calc(env(safe-area-inset-bottom) + 54rpx + 80rpx + 20rpx);
}
.page .container .refund-text.data-v-6614d6de {
font-size: 44rpx;
@ -215,7 +211,7 @@
position: absolute;
left: 37rpx;
right: 37rpx;
top: calc(26rpx / 2 + 64rpx - 6rpx);
top: 71rpx;
}
.page .container .step-item__dot.data-v-6614d6de {
width: 30rpx;
@ -561,4 +557,3 @@
border-radius: 40rpx;
font-weight: 500;
}

@ -34,7 +34,7 @@
background: #f4efee;
}
.pay-popup > .u-drawer .u-drawer-bottom::before {
font: normal normal normal 14px / 1 uicon-iconfont;
font: normal normal normal 14px/1 uicon-iconfont;
content: "\e65f 陪诊有保障,就医更安心";
font-size: 24rpx;
line-height: 70rpx;
@ -151,7 +151,6 @@
padding-left: 56rpx;
margin-top: 22rpx;
}
@charset "UTF-8";
/* 颜色变量 */
/* 行为相关颜色 */
@ -187,9 +186,9 @@
.page .container.data-v-3f855ba3 {
z-index: 1;
position: relative;
padding-bottom: calc(27rpx * 2 + 80rpx + 20rpx);
padding-bottom: calc(constant(safe-area-inset-bottom) + 27rpx * 2 + 80rpx + 20rpx);
padding-bottom: calc(env(safe-area-inset-bottom) + 27rpx * 2 + 80rpx + 20rpx);
padding-bottom: 154rpx;
padding-bottom: calc(constant(safe-area-inset-bottom) + 54rpx + 80rpx + 20rpx);
padding-bottom: calc(env(safe-area-inset-bottom) + 54rpx + 80rpx + 20rpx);
}
.page .container .refund-text.data-v-3f855ba3 {
font-size: 44rpx;
@ -212,7 +211,7 @@
position: absolute;
left: 37rpx;
right: 37rpx;
top: calc(26rpx / 2 + 64rpx - 6rpx);
top: 71rpx;
}
.page .container .step-item__dot.data-v-3f855ba3 {
width: 30rpx;
@ -448,4 +447,3 @@
.service-list-item + .service-list-item.data-v-3f855ba3 {
margin-top: 20rpx;
}

@ -48,7 +48,7 @@ page {
transform: translateX(-50%);
}
.page .container .card__title.data-v-9eba20e8::before {
content: '';
content: "";
position: absolute;
width: 139rpx;
height: 5rpx;
@ -60,7 +60,7 @@ page {
background: linear-gradient(to left, #ca2328, #ffffff00);
}
.page .container .card__title.data-v-9eba20e8::after {
content: '';
content: "";
position: absolute;
width: 139rpx;
height: 5rpx;
@ -103,7 +103,7 @@ page {
.page .container .tab-item.data-v-9eba20e8 {
font-size: 28rpx;
color: #666;
transition: all .1s;
transition: all 0.1s;
}
.page .container .tab .tab-item + .tab-item.data-v-9eba20e8 {
margin-left: 60rpx;
@ -115,7 +115,7 @@ page {
position: relative;
}
.page .container .tab .is-active.data-v-9eba20e8::after {
content: '';
content: "";
position: absolute;
bottom: -20rpx;
left: 50%;
@ -181,7 +181,7 @@ page {
left: 8rpx;
}
.page .container .service-flow__content .dot-line.data-v-9eba20e8::after {
content: '';
content: "";
width: 22rpx;
height: 22rpx;
box-sizing: border-box;
@ -251,14 +251,14 @@ page {
position: relative;
}
.page .container .service-flow__content .content-panel.data-v-9eba20e8::before {
content: '';
content: "";
width: 2rpx;
opacity: .2;
opacity: 0.2;
background-color: #666666;
z-index: 1;
position: absolute;
top: -18rpx;
left: calc(-40rpx + 15rpx);
left: -25rpx;
bottom: 0;
}
.page .container .service-flow__content .content-panel .db-arrow-down.data-v-9eba20e8 {
@ -274,7 +274,7 @@ page {
position: relative;
}
.page .container .service-flow__content .content-panel__section.data-v-9eba20e8::before {
content: '';
content: "";
position: absolute;
width: 8rpx;
height: 8rpx;
@ -300,14 +300,14 @@ page {
position: relative;
}
.page .container .cost-description__content > ._li.data-v-9eba20e8::before {
content: '';
content: "";
width: 8rpx;
height: 8rpx;
border-radius: 100%;
background-color: #7a7a7a;
position: absolute;
left: -26rpx;
top: calc(20rpx - 4rpx);
top: 16rpx;
}
.page .container .cost-description__content > ._li + ._li.data-v-9eba20e8 {
margin-top: 10rpx;
@ -315,4 +315,3 @@ page {
.page .container .btn.data-v-9eba20e8 {
margin: 32rpx auto 0;
}

@ -105,4 +105,3 @@
.container .list .list-item + .list-item {
margin-top: 28rpx;
}

@ -41,7 +41,7 @@
font-size: 32rpx;
}
.tab.active.data-v-57280228::after {
content: '';
content: "";
display: block;
width: 70%;
height: 9rpx;
@ -197,4 +197,3 @@
display: flex;
justify-content: center;
}

@ -42,7 +42,7 @@
font-size: 32rpx;
}
.tab.active.data-v-645c66b0::after {
content: '';
content: "";
display: block;
width: 70%;
height: 9rpx;
@ -216,4 +216,3 @@
border-radius: 50rpx;
pointer-events: auto;
}

@ -42,7 +42,7 @@
font-size: 32rpx;
}
.tab.active.data-v-4bdb3fb0::after {
content: '';
content: "";
display: block;
width: 70%;
height: 9rpx;
@ -216,4 +216,3 @@
border-radius: 50rpx;
pointer-events: auto;
}

@ -126,4 +126,3 @@
background: #d61b24;
color: #fff;
}

@ -1,8 +1,7 @@
{
"description": "项目配置文件。",
"packOptions": {
"ignore": [],
"include": []
"ignore": []
},
"setting": {
"urlCheck": false,
@ -10,20 +9,28 @@
"postcss": false,
"minified": false,
"newFeature": true,
"bigPackageSizeSupport": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
}
"bigPackageSizeSupport": true
},
"compileType": "miniprogram",
"libVersion": "3.8.11",
"libVersion": "",
"appid": "wxcc43f296a2104fe2",
"projectname": "医康养-护工端",
"condition": {},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"game": {
"current": -1,
"list": []
},
"miniprogram": {
"current": -1,
"list": []
}
}
}

@ -42,4 +42,3 @@
.u-actionsheet-cancel.data-v-6f495b00 {
color: #303133;
}

@ -66,4 +66,3 @@
border: 1px #ffffff solid;
background-color: #ff9900;
}

@ -106,7 +106,7 @@
background-color: #fdf6ec !important;
}
.u-hairline-border.data-v-6e15e680:after {
content: ' ';
content: " ";
position: absolute;
pointer-events: none;
box-sizing: border-box;
@ -223,4 +223,3 @@
background: #dd6161 !important;
color: #fff;
}

@ -66,4 +66,3 @@
.u-checkbox__label--disabled.data-v-54acf820 {
color: #c8c9cc;
}

@ -31,4 +31,3 @@
align-items: center;
margin-top: 20rpx;
}

@ -13,4 +13,3 @@
/* 透明度 */
/* 文章场景相关 */
/* uni.scss */

@ -1,18 +1,4 @@
@charset "UTF-8";
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
/* uni.scss */
@ -699,6 +685,20 @@
.uicon-share-fill.data-v-6e20bb40:before {
content: "\e65e";
}
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
/* uni.scss */
.u-icon.data-v-6e20bb40 {
display: inline-flex;
align-items: center;
@ -751,4 +751,3 @@
.u-icon__label.data-v-6e20bb40 {
line-height: 1;
}

@ -44,12 +44,11 @@
margin-left: 10rpx;
}
.u-input__right-icon--select.data-v-460c1d26 {
transition: -webkit-transform .4s;
transition: transform .4s;
transition: transform .4s, -webkit-transform .4s;
transition: -webkit-transform 0.4s;
transition: transform 0.4s;
transition: transform 0.4s, -webkit-transform 0.4s;
}
.u-input__right-icon--select--reverse.data-v-460c1d26 {
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
}

@ -16,4 +16,3 @@
.u-line.data-v-60c80200 {
vertical-align: middle;
}

@ -65,4 +65,3 @@ to {
transform: rotate(360deg);
}
}

@ -47,4 +47,3 @@ u-line.data-v-874545c0 {
align-items: center;
justify-content: center;
}

@ -31,4 +31,3 @@
-webkit-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
}

@ -79,4 +79,3 @@
flex-direction: row;
align-items: center;
}

@ -35,7 +35,7 @@
position: relative;
}
.u-picker-header.data-v-70102400::after {
content: '';
content: "";
position: absolute;
border-bottom: 1rpx solid #eaeef1;
-webkit-transform: scaleY(0.5);
@ -81,4 +81,3 @@
.u-btn-picker--tips.data-v-70102400 {
color: #909399;
}

@ -13,4 +13,3 @@
/* 透明度 */
/* 文章场景相关 */
/* uni.scss */

@ -66,4 +66,3 @@
.u-radio__label--disabled.data-v-da6758f0 {
color: #c8c9cc;
}

@ -63,4 +63,3 @@
width: 80rpx;
margin-left: 10rpx;
}

@ -22,9 +22,9 @@
position: absolute;
right: 20rpx;
top: 50%;
transition: -webkit-transform .4s;
transition: transform .4s;
transition: transform .4s, -webkit-transform .4s;
transition: -webkit-transform 0.4s;
transition: transform 0.4s;
transition: transform 0.4s, -webkit-transform 0.4s;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
@ -68,4 +68,3 @@
color: #303133;
padding: 0 8rpx;
}

@ -103,4 +103,3 @@
overflow: hidden;
align-items: center;
}

@ -120,4 +120,3 @@
-webkit-transform: scale(0.86);
transform: scale(0.86);
}

@ -55,4 +55,3 @@ view.data-v-0a44a200 {
.u-info.data-v-0a44a200 {
background: #909399;
}

Loading…
Cancel
Save