修改
This commit is contained in:
parent
444d10c595
commit
e633e1a756
@ -27,7 +27,7 @@
|
||||
</uni-tr>
|
||||
<uni-tr>
|
||||
<uni-td>{{list.residentName}}</uni-td>
|
||||
<uni-td>{{list.gender === '1' ? '男' : '女'}}</uni-td>
|
||||
<uni-td>{{Number(list.gender) === 1? '男' : '女'}}</uni-td>
|
||||
<uni-td>{{list.age?list.age:''}}</uni-td>
|
||||
<uni-td>{{list.identity?list.identity:''}}</uni-td>
|
||||
<uni-td>{{list.address?list.address:''}}</uni-td>
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
<u-input v-model="query.phone" :border="true" placeholder="请输入手机号码" />
|
||||
</view>
|
||||
<view class="name" @tap='countyshow=true'>
|
||||
<text class="asterisk">*</text>
|
||||
<text class="asterisk">*</text>
|
||||
现住区县
|
||||
<view class="select">
|
||||
<text v-if="query.countyName" style="font-size: 26rpx;color: #303133;">{{query.countyName}}</text>
|
||||
@ -337,6 +337,13 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
// searchfun_close() {
|
||||
// const idCardReg = /(^\d{15}$)|(^\d{17}([0-9]|X)$)/;
|
||||
// if (!idCardReg.test(this.query.identity)) {} else {
|
||||
// let sex = getSex(this.query.identity)
|
||||
// sex == '女' ? this.query.gender = '2' : sex == '男' ? this.query.gender = '1' : ''
|
||||
// }
|
||||
// },
|
||||
updata() {
|
||||
if (this.radio == 2) {
|
||||
if (!this.query.signYears) this.query.signYears = 1
|
||||
@ -431,10 +438,10 @@
|
||||
title: '请输入详细地址',
|
||||
type: 'error',
|
||||
})
|
||||
}else{
|
||||
} else {
|
||||
this.stepnumber++
|
||||
}
|
||||
|
||||
|
||||
} else if (val == '-') {
|
||||
this.stepnumber--
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user