...
|
...
|
@@ -18,7 +18,7 @@ |
|
|
<view class="iconfont icon-daosanjiao"></view>
|
|
|
</view>
|
|
|
</picker>
|
|
|
<picker bindchange="birthPickerChange" value="{{birth_date}}" mode="date">
|
|
|
<picker bindchange="birthPickerChange" value="{{birth_date || current_student.birthday}}" mode="date">
|
|
|
<view class="select-box">
|
|
|
<view class="select-picker">
|
|
|
<view class="sex">生 日:</view>
|
...
|
...
|
|