提交 e202e3e8 编写于 作者: AndroidLeaves's avatar AndroidLeaves

update

上级 595115bb
......@@ -535,7 +535,7 @@ class Widget extends BaseWidget {
} else {
nextMonth = currMonth + 1;
if (nextMonth < 10) {
nextMonth += '0';
nextMonth = '0' + nextMonth;
}
nextMonth = `${currDate.getFullYear()}${nextMonth}`;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册