diff --git a/pages/appointmenttime/appointmenttime.vue b/pages/appointmenttime/appointmenttime.vue index 8d237b7..7f7344c 100644 --- a/pages/appointmenttime/appointmenttime.vue +++ b/pages/appointmenttime/appointmenttime.vue @@ -188,7 +188,6 @@ } }, onShow() { - this.disablingCondition = null let that = this uni.$on('updata', function(data) { if (data.updata) { @@ -204,6 +203,7 @@ }) }, onLoad(options) { + this.disablingCondition = null var that = this const value = uni.getStorageSync('openid'); if (value) {