Explorar el Código

fix: timeActive

wangyuan hace 2 años
padre
commit
5baa16c8e8
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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)
       }