Compare commits
No commits in common. "cb511b7c574ad8e6731a9659e9399d1b008fd38d" and "448d81131b9245b3930b3bcca8d6bcf7ceb35e82" have entirely different histories.
cb511b7c57
...
448d81131b
@ -20,7 +20,7 @@
|
||||
<view class="item">
|
||||
<view class="name">身份证号</view>
|
||||
<u--input placeholder="请输入身份证号" border="none" v-model="num" @change="changeNum" clearable
|
||||
type="idcard"></u--input>
|
||||
type="number"></u--input>
|
||||
</view>
|
||||
</view>
|
||||
<view class="card-box">
|
||||
@ -262,7 +262,6 @@ export default {
|
||||
}
|
||||
},
|
||||
async fddRealName() {
|
||||
if(!this.num||!this.name)return this.$common.msgToast('姓名和身份证号不能为空')
|
||||
const data = {
|
||||
num: this.num,
|
||||
name: this.name,
|
||||
|
Loading…
Reference in New Issue
Block a user