Browse Source

移除客服列表页面的定时器功能

pull/1/head
徐飞洋 3 months ago
parent
commit
a795f0822e
  1. 3
      pages/customer-service/index.js

3
pages/customer-service/index.js

@ -195,9 +195,6 @@ Page({
// 加载客服列表 // 加载客服列表
this.loadCustomerServices(); this.loadCustomerServices();
// 启动定期刷新
this.startPeriodicRefresh();
// 检查当前用户身份 // 检查当前用户身份
this.checkUserType(); this.checkUserType();
}, },

Loading…
Cancel
Save