Ver Fonte

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

zhaoxiaohai há 2 anos atrás
pai
commit
aeb3af7196
1 ficheiros alterados com 1 adições e 1 exclusões
  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,