佣金设置

This commit is contained in:
liuzhao 2018-08-22 20:55:16 +08:00
parent 14ef97c440
commit 176ce4ba16

View File

@ -86,6 +86,9 @@
}
var day = oDate.getDate(); // 获取系统日,
if(day>=1 && day<=9){
day = ""+0+day;
}
var time = ""+year+month+day;
time = parseInt(time);