Browse Source

fix: timeActive

wangyuan 2 năm trước cách đây
mục cha
commit
5baa16c8e8
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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)
       }