Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
周少峰
8 years ago
Commit
ddcf6a808eb1ca29d5cbf8f5c779122b0f8871f1
1 parent
107f3b03
return
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/www.yohobuy.com/application/models/Home/User.php
yohobuy/www.yohobuy.com/application/models/Home/User.php
View file @
ddcf6a8
...
...
@@ -45,7 +45,7 @@ class UserModel
}
public
static
function
getCustomerServiceSwitch
()
{
$customerServiceSwitch
=
USE_CACHE
&&
empty
(
Cache
::
getBy
(
'customerServiceSwitch'
))
?
'http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=620092&configID=149091&jid=8732423409'
:
'/service/client'
;
return
USE_CACHE
&&
empty
(
Cache
::
getBy
(
'customerServiceSwitch'
))
?
'http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=620092&configID=149091&jid=8732423409'
:
'/service/client'
;
}
/**
* 个人中心-左侧导航
...
...
Please
register
or
login
to post a comment