From 1e61215b48e59e94c1ed98e4ef956227d689d6bc Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Mon, 06 Nov 2023 08:48:39 +0800 Subject: [PATCH] fix:小程序订阅消息 --- pages/actionChange/workOrderDetails/index.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/pages/actionChange/workOrderDetails/index.vue b/pages/actionChange/workOrderDetails/index.vue index 3bfbe07..8c20e69 100644 --- a/pages/actionChange/workOrderDetails/index.vue +++ b/pages/actionChange/workOrderDetails/index.vue @@ -56,7 +56,6 @@ userId: this.userInfor.userId } this.$http.httpGet('/allocationApp/authority', params).then(res => { - res.data = false if (!res.data) { uni.showModal({ content: '���������������������������������������������', -- Gitblit v1.8.0