update code

prv
haha 2023-12-06 22:30:11 +08:00
parent 038dacb973
commit a6ba796823
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ export default {
this.nav = n; this.nav = n;
let d=new Date(); let d=new Date();
let m=d.getMonth()+1; let m=d.getMonth()+1;
let q=+((m+2)/3).toFixed(0) let q=parseInt((m+2)/3)
this.quarterlyName=["","一","二","三","四"][+q]; this.quarterlyName=["","一","二","三","四"][+q];
let y=d.getFullYear(); let y=d.getFullYear();
if(n==1){ if(n==1){