From d87509a422c10b4eee7dc8bbcd5041881834d110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Wed, 12 Apr 2023 16:36:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/appointmenttime/appointmenttime.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {