|
|
@@ -60,13 +60,21 @@
|
|
|
</view>
|
|
|
<view class="arrow-right">
|
|
|
|
|
|
- <picker mode="date" :value="date" :start="date" @change="bindDateChange">
|
|
|
- <view class="picker-change-store">
|
|
|
- <text v-if="userInfo.birthday">{{ userInfo.birthday }}</text>
|
|
|
- <text v-else>请选择生日</text>
|
|
|
+<!-- <picker mode="date" :value="date" :start="date" @change="bindDateChange">-->
|
|
|
+<!-- <view class="picker-change-store">-->
|
|
|
+<!-- <text v-if="userInfo.birthday">{{ userInfo.birthday }}</text>-->
|
|
|
+<!-- <text v-else>请选择生日</text>-->
|
|
|
+<!-- <u-icon name="arrow-right" color="#666" size="16"></u-icon>-->
|
|
|
+<!-- </view>-->
|
|
|
+<!-- </picker>-->
|
|
|
+
|
|
|
+ <picker @change="bindDateChange" mode='date' range-key="label" >
|
|
|
+ <view class="flex-row justify-end picker-change-store">
|
|
|
+ <text>{{userInfo.birthday || '请选择出生日期' }}</text>
|
|
|
<u-icon name="arrow-right" color="#666" size="16"></u-icon>
|
|
|
</view>
|
|
|
</picker>
|
|
|
+
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|