Browse Source

基本信息输入框格式修改

lex-xin 5 years ago
parent
commit
884a83d3de

File diff suppressed because it is too large
+ 0 - 0
dist/app.32e1570e7c5d6eabd11e.js


BIN
dist/app.32e1570e7c5d6eabd11e.js.gz


BIN
dist/app.7fedaf98ba04ba957630.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/css/SignUpBaseInfo.0e8de62e.css


BIN
dist/css/SignUpBaseInfo.0e8de62e.css.gz


File diff suppressed because it is too large
+ 0 - 0
dist/css/SignUpBaseInfo.ecd81563.css


BIN
dist/css/SignUpBaseInfo.ecd81563.css.gz


File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/js/SignUpBaseInfo.06245019.js


BIN
dist/js/SignUpBaseInfo.06245019.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/js/SignUpBaseInfo.8631954b.js


BIN
dist/js/SignUpBaseInfo.8631954b.js.gz


+ 3 - 3
src/views/signup/SignUpBaseInfo.vue

@@ -4,7 +4,7 @@
         <m-step :number="2" />
 
         <div class="title">基本信息</div>
-        <van-field v-model="form.idCardNo" @blur="onCardNo" type="number" required name="idCardNo" label="身份证号" placeholder="请输入身份证号" >
+        <van-field v-model="form.idCardNo" @blur="onCardNo" required name="idCardNo" label="身份证号" placeholder="请输入身份证号" >
             <template #button>
                 <div class="cropper">
                     <!-- <van-icon name="scan" /> -->
@@ -403,8 +403,8 @@ export default {
     }
     .icon-scan {
         display: inline-block;
-        width: 0.3rem;
-        height: .24rem;
+        width: 0.24rem;
+        height: .22rem;
         background: url('../../assets/images/level/scan_icon.png') no-repeat center;
         background-size: contain;
         text-align: right;

Some files were not shown because too many files changed in this diff