This commit is contained in:
haomingming
2023-05-17 11:57:53 +08:00
parent ca34793579
commit fd6ae7f04d
17 changed files with 47 additions and 25 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ Page({
},
onLoad(){
let now_year = (new Date()).Format("yyyy");
let begin_year = 2022;
let begin_year = 2023;
let years = [];
for(let i=begin_year;i<=now_year;i++){
years.push({label: i+"年", value: i+""})