ソースを参照

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)
       }