佣金设置
This commit is contained in:
parent
14ef97c440
commit
176ce4ba16
@ -86,6 +86,9 @@
|
||||
}
|
||||
|
||||
var day = oDate.getDate(); // 获取系统日,
|
||||
if(day>=1 && day<=9){
|
||||
day = ""+0+day;
|
||||
}
|
||||
|
||||
var time = ""+year+month+day;
|
||||
time = parseInt(time);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user