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