选择或者默认值设置上也不显示日期,是空白的
<picker mode="date" value="{{account.ubirth}}" start="1900-01-01" end="2019-09-01" bindchange="bindDateChange">
<view class="weui-input">{{account.ubirth}}</view>
</picker>
bindDateChange: function (e) {
var account = this.data.account;
account.ubirth = e.detail.value;
this.setData({
account: account
});
}
麻烦提供出现问题的机型和微信版本,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
是在开发工具中出现的,代码片段已经放到问题中了,就是个picker
这边测试是正常的,麻烦提供能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
给这个view设置了color之后就显示了,应该是默认是白色,其他的都默认是黑色不知道这个怎么默认就成了白色,不是没显示,是白色的字看不到