dcloudio / uni-ui

基于uni-app的、全端兼容的、高性能UI框架
https://uniapp.dcloud.io/component/uniui/uni-ui.html
Apache License 2.0
1.88k stars 667 forks source link

fix: 去掉了calendar.js中toChinaDay方法的多余的break #940

Closed vaecebyZ closed 1 month ago

vaecebyZ commented 2 months ago

今天在使用uni-calendar的时候审阅calendar.js的代码时候突然发现,4年前居然还有2个多余的break没删干净。🤣🤣🤣🤣 https://github.com/dcloudio/uni-ui/blob/7fa0c0f35a63021b2dd5db0a01691f37c2b6c2eb/uni_modules/uni-calendar/components/uni-calendar/calendar.js#L354 https://github.com/dcloudio/uni-ui/blob/7fa0c0f35a63021b2dd5db0a01691f37c2b6c2eb/uni_modules/uni-calendar/components/uni-calendar/calendar.js#L357

GRCmade commented 1 month ago

感谢你的反馈