Compare commits

...

2 Commits

Author SHA1 Message Date
cb511b7c57 Merge branch 'master' of http://192.168.12.3:3000/xingyy/uni-Identify-quality 2023-09-26 11:17:16 +08:00
0fa9cbab87 fix 2023-09-26 11:17:02 +08:00

View File

@ -20,7 +20,7 @@
<view class="item">
<view class="name">身份证号</view>
<u--input placeholder="请输入身份证号" border="none" v-model="num" @change="changeNum" clearable
type="number"></u--input>
type="idcard"></u--input>
</view>
</view>
<view class="card-box">
@ -262,6 +262,7 @@ export default {
}
},
async fddRealName() {
if(!this.num||!this.name)return this.$common.msgToast('姓名和身份证号不能为空')
const data = {
num: this.num,
name: this.name,