Browse Source

屏蔽日期

master
torsenli 3 years ago
parent
commit
736a415ec5
  1. 24
      pages/auth/primary.vue

24
pages/auth/primary.vue

@ -23,18 +23,18 @@
</view>
</view>
<!-- 出生日期 -->
<view class="form-item border-b p-md m-b-md">
<view class="label m-b-xs">{{$t('auth.d0')}}</view>
<view class="input color-light" >
<uni-datetime-picker
type="date"
:value="single"
start="1900-1-1"
end="2050-12-12"
@change="selectDate"
/>
</view>
</view>
<!--<view class="form-item border-b p-md m-b-md">-->
<!-- <view class="label m-b-xs">{{$t('auth.d0')}}</view>-->
<!-- <view class="input color-light" >-->
<!-- <uni-datetime-picker-->
<!-- type="date"-->
<!-- :value="single"-->
<!-- start="1900-1-1"-->
<!-- end="2050-12-12"-->
<!-- @change="selectDate"-->
<!-- />-->
<!-- </view>-->
<!--</view>-->
<!-- 证件号类型 -->
<view class="form-item border-b p-md m-b-md">
<view class="label m-b-xs">{{$t('auth.d1')}}</view>

Loading…
Cancel
Save