Commit d8816449 by 梁建民

Merge branch 'dev/ver/3.0.0' into 'master'

bug

See merge request !17
parents 9f9b111f 83fa4c5d
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