|
|
@@ -402,7 +402,7 @@
|
|
|
class="date-picker"
|
|
|
>
|
|
|
<view class="picker-view">
|
|
|
- <text v-if="birthdayDate">{{ birthdayDate }}日</text>
|
|
|
+ <text v-if="birthdayDate">{{ birthdayDate }}</text>
|
|
|
<text v-else class="placeholder">请选择日期</text>
|
|
|
<text class="picker-arrow">▼</text>
|
|
|
</view>
|