xiaoshushu hace 2 años
padre
commit
e68d8044b2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      js/app.js

+ 1 - 1
js/app.js

@@ -218,7 +218,7 @@ function jzqy() {
  * day 获取日期
  * time 获取时间
  */
-function getDate(){
+function getDate(obj){
 	var date = new Date();
 	var year = date.getFullYear();
 	var month = date.getMonth() + 1;