Commit 83fa4c5d by LJM

bug

parent cf908663
Showing with 1 additions and 1 deletions
......@@ -542,7 +542,7 @@ export default {
*/
getTimes(date, type) {
if (type) {
var date = new Date(new Date(date).getTime() + 31 * 24 * 60 * 60 * 1000);
var date = new Date(new Date(date).getTime() + 30 * 24 * 60 * 60 * 1000);
} else {
var date = new Date(date);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment