alibaba / weex

A framework for building Mobile cross-platform UI
https://weexapp.com/
Apache License 2.0
18.28k stars 2.13k forks source link

[ios]fix date|time reset issues #3311

Closed yuditxj closed 2 years ago

yuditxj commented 2 years ago

Brief Description of the PR

Fix the problem that the date display time is incorrect after the initial value of the date is reset when the input tag type is date|time

Checklist

Txink commented 2 years ago

麻烦修改为英文说明,http://dotwe.org/vue,可以在这里写一个复现demo,感谢

yuditxj commented 2 years ago

1、demo链接:http://dotwe.org/vue/785563c0f9d3f27f32b8c9bedc0a3a1e 2、复现步骤 第一步:在iOS中扫码打开demo,初始化的date为2022-07-13,初始化的time为11:23 第二步:点击页面中resetDate、resetTime按钮,date变为2022-08-13,time变为12:00 第三步:点击date对应的input,弹出日期选择框,默认选中依然是2022-07-13,预期默认选中2022-08-13 点击time对应的input,弹出时间选择框,默认选中依然是11:23,预期默认选中12:00