浏览代码

fix: timeActive

wangyuan 2 年之前
父节点
当前提交
5baa16c8e8
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      pages/appointment/appointment.js

+ 2 - 1
pages/appointment/appointment.js

@@ -305,7 +305,8 @@ Page({
           curYear: _year,
           curMonth: _month,
           weekList: _weeklist,
-          choseDate: cDate
+          choseDate: cDate,
+          timeActive: ''
         })
         this.getResetNumberFn(cDate)
       }