mirror of
https://github.com/yangzongzhuan/RuoYi-App.git
synced 2026-02-13 01:02:47 +08:00
升级uni-ui到最新版本1.5.7
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user