|
@@ -120,7 +120,7 @@
|
|
|
</view>
|
|
|
<view class="input">
|
|
|
|
|
|
- <u-input type="text" v-model="formData.contactsPhone" placeholder="请选择工作地区"></u-input>
|
|
|
+ <u-input type="select" v-model="workArea" @click="showselect(3)" placeholder="请选择工作地区"></u-input>
|
|
|
|
|
|
</view>
|
|
|
|
|
@@ -343,7 +343,7 @@
|
|
|
//.log(name[i]+'N')
|
|
|
this[name[i]] = this.formData[(name[i] + 'N')]
|
|
|
}
|
|
|
- //this.workArea= this.formData.workArea
|
|
|
+ this.workArea = this.formData.workArea
|
|
|
}
|
|
|
|
|
|
}).catch(error => {
|
|
@@ -467,7 +467,7 @@
|
|
|
})
|
|
|
return
|
|
|
}
|
|
|
- //this.formData.workArea=this.workArea
|
|
|
+ this.formData.workArea = this.workArea
|
|
|
uni.showLoading({
|
|
|
title: "加载中",
|
|
|
mask: true,
|
|
@@ -652,7 +652,7 @@
|
|
|
margin-right: 16rpx;
|
|
|
color: #999999;
|
|
|
background-color: #F3F3F4;
|
|
|
- border-radius: 4px;
|
|
|
+ border-radius: 4px;
|
|
|
padding: 0 6rpx;
|
|
|
}
|
|
|
|