修改
This commit is contained in:
parent
90d2d8914b
commit
191f81a3a6
@ -15,7 +15,7 @@
|
||||
{{item.name}}
|
||||
</u-radio>
|
||||
</u-radio-group>
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="item">
|
||||
<span>电话:</span>
|
||||
<u-input :clearable='false' v-model="query.phone" maxlength='11' type="text" placeholder='请输入' />
|
||||
@ -184,6 +184,11 @@
|
||||
//提交信息
|
||||
informationinfo() {
|
||||
var that = this
|
||||
if (that.query.sex == '男') {
|
||||
that.query.sex = 'MALE';
|
||||
} else if (that.query.sex == '女') {
|
||||
that.query.sex = 'FEMALE';
|
||||
}
|
||||
if (this.addresslength) {
|
||||
if (this.addresslength.length > 2) {
|
||||
try {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user