Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pick date模式,h5 value 显示错误 #404

Closed
Call-Me-Uncle opened this issue May 23, 2019 · 0 comments
Closed

pick date模式,h5 value 显示错误 #404

Call-Me-Uncle opened this issue May 23, 2019 · 0 comments
Assignees

Comments

@Call-Me-Uncle
Copy link

问题描述
日期选择控件在h5下弹出控件中显示错误

复现步骤
`
template:
<picker @change="bindDateChange" mode="date" :value="date" :start="startDate" :end="endDate">
官方日期控件:当前为{{date}}

script:
data() {
return {
date: "2019-04-01",
startDate: "2019-03-05",
endDate: "2019-06-05",
};
}
`

预期结果
点击后弹出的控件中日期显示2019 04 01

实际结果
image
点击后:
image

系统信息:

  • 发行平台: [H5平台]
  • 操作系统 [macos]
  • HBuilderX版本 [1.9.4.2]
  • uni-app版本 []
  • 设备信息 [mac pro]
@zhetengbiji zhetengbiji self-assigned this May 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants