Parcourir la source

时间选择器 默认开始时间修改

zhaoxiaohai il y a 3 ans
Parent
commit
aeb3af7196
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      components/My_datePicker/index.js

+ 1 - 1
components/My_datePicker/index.js

@@ -8,7 +8,7 @@ Component({
     properties: {
         startDate: {
             type: String,
-            value: "2012-02-08"
+            value: "2022-02-08"
         },
         endDate: {
             type: String,