Commit f3f252dbfbb24cff714aaf26f94e7462583e5959
1 parent
26cc6375
会员中心
Showing
1 changed file
with
1 additions
and
1 deletions
pages/user/userinfo/userinfo.wxml
| ... | ... | @@ -136,7 +136,7 @@ |
| 136 | 136 | </picker> |
| 137 | 137 | </block> |
| 138 | 138 | <block wx:else> |
| 139 | - <view>{{datet==""?filters.replace_time2(user.birthday):datet}}</view> | |
| 139 | + <view>{{datet==""? user.birthday==""?"":filters.replace_time2(user.birthday):datet}}</view> | |
| 140 | 140 | </block> |
| 141 | 141 | |
| 142 | 142 | </view> | ... | ... |