Browse Source

no message

yangyongyong 3 years ago
parent
commit
940bf7053d
1 changed files with 2 additions and 6 deletions
  1. 2 6
      client/pages/servant/taskreminder/taskreminder.js

+ 2 - 6
client/pages/servant/taskreminder/taskreminder.js

@@ -93,12 +93,8 @@ Page({
     });
   },
   handleSelect(e) {
-    console.log(e[0]);
-  },
-onSelectHasDisableDate() {
-    my.alert({
-      content: 'SelectHasDisableDate',
-    });
+    let selectday=util.formatDate(e[0]);
+    console.log(selectday);
   },
   // 查询保姆每日任务
   selectDayTaskItem() {