|
@@ -20,12 +20,18 @@
|
|
|
|
|
|
<view class="form-label-input">
|
|
<view class="form-label-input">
|
|
<view class="phone-form-label"><text class="form-label-require">*</text>生日</view>
|
|
<view class="phone-form-label"><text class="form-label-require">*</text>生日</view>
|
|
- <uni-datetime-picker v-model="formData.birthday" type="date" :clear-icon="false" />
|
|
|
|
|
|
+ <uni-datetime-picker v-model="formData.birthday">
|
|
|
|
+ <view class="form-radio-select">
|
|
|
|
+ <view>请选择</view><icon></icon>
|
|
|
|
+ </view>
|
|
|
|
+ </uni-datetime-picker>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="form-label-input">
|
|
<view class="form-label-input">
|
|
<view class="phone-form-label"><text class="form-label-require">*</text>籍贯</view>
|
|
<view class="phone-form-label"><text class="form-label-require">*</text>籍贯</view>
|
|
- <uni-data-picker v-model="formData.hometown" placeholder="请选择籍贯" :localdata="hometownData" />
|
|
|
|
|
|
+ <uni-data-picker v-model="formData.hometown" placeholder="请选择籍贯" :localdata="hometownData" >
|
|
|
|
+ {{formData.hometown}}
|
|
|
|
+ </uni-data-picker>
|
|
</view>
|
|
</view>
|
|
<view class="form-label-input">
|
|
<view class="form-label-input">
|
|
<view class="phone-form-label"><text class="form-label-require">*</text>身份证地址</view>
|
|
<view class="phone-form-label"><text class="form-label-require">*</text>身份证地址</view>
|