Skip to content

Commit

Permalink
Merge pull request #940 from vaecebyZ/Fix-redundant-breaks
Browse files Browse the repository at this point in the history
fix: 去掉了calendar.js中toChinaDay方法的多余的break
  • Loading branch information
GRCmade authored Aug 28, 2024
2 parents f284564 + aac0075 commit 8cb413f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions uni_modules/uni-calendar/components/uni-calendar/calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -351,10 +351,8 @@ var calendar = {
s = '\u521d\u5341'; break
case 20:
s = '\u4e8c\u5341'; break
break
case 30:
s = '\u4e09\u5341'; break
break
default :
s = this.nStr2[Math.floor(d / 10)]
s += this.nStr1[d % 10]
Expand Down

0 comments on commit 8cb413f

Please sign in to comment.