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
Rock Zhang
9 years ago
Commit
4b4065ba9e5568085221e61ceb58e79f32263a09
1 parent
22bf77aa
修复在线客服打印出调试信息的bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
template/m.yohobuy.com/partials/layout/use.phtml
template/m.yohobuy.com/partials/layout/use.phtml
View file @
4b4065b
...
...
@@ -249,12 +249,12 @@
{{#if onlineServicePage}}
<script>
seajs.use('js/me/online-service');
</script>
onlineServiceDetailPage
</script>
{{/if}}
{{#if onlineServiceDetailPage}}
<script>
seajs.use('js/index/footer');
</script>
onlineServiceDetailPage
</script>
{{/if}}
{{#if addressPage}}
<script>
...
...
Please
register
or
login
to post a comment