浏览代码

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

zhaoxiaohai 3 年之前
父节点
当前提交
aeb3af7196
共有 1 个文件被更改,包括 1 次插入1 次删除
  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,