Showing
1 changed file
with
1 additions
and
1 deletions
@@ -45,7 +45,7 @@ class UserModel | @@ -45,7 +45,7 @@ class UserModel | ||
45 | } | 45 | } |
46 | 46 | ||
47 | public static function getCustomerServiceSwitch() { | 47 | public static function getCustomerServiceSwitch() { |
48 | - $customerServiceSwitch = USE_CACHE && empty(Cache::getBy('customerServiceSwitch')) ? 'http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=620092&configID=149091&jid=8732423409' : '/service/client'; | 48 | + return USE_CACHE && empty(Cache::getBy('customerServiceSwitch')) ? 'http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=620092&configID=149091&jid=8732423409' : '/service/client'; |
49 | } | 49 | } |
50 | /** | 50 | /** |
51 | * 个人中心-左侧导航 | 51 | * 个人中心-左侧导航 |
-
Please register or login to post a comment