From a795f0822e6332e56ffb5d3dd0ed168bd44c43f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E9=A3=9E=E6=B4=8B?= <15778543+xufeiyang6017@user.noreply.gitee.com> Date: Sat, 20 Dec 2025 16:20:56 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=AE=A2=E6=9C=8D=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=A1=B5=E9=9D=A2=E7=9A=84=E5=AE=9A=E6=97=B6=E5=99=A8?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/customer-service/index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/pages/customer-service/index.js b/pages/customer-service/index.js index c9b128f..b3ed1a4 100644 --- a/pages/customer-service/index.js +++ b/pages/customer-service/index.js @@ -195,9 +195,6 @@ Page({ // 加载客服列表 this.loadCustomerServices(); - // 启动定期刷新 - this.startPeriodicRefresh(); - // 检查当前用户身份 this.checkUserType(); },