@@ -80,7 +80,7 @@ export default {
let date =
new Date().getDate() > 10
? new Date().getDate()
- : "0" + new Date.getDate();
+ : "0" + new Date().getDate();
return (this.today = year + "" + month + "" + date);
},
getPer5Time() {