This commit is contained in:
曹辉 2023-03-03 13:41:12 +08:00
parent 90d2d8914b
commit 191f81a3a6

View File

@ -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 {