Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
2015-10-08 20:04:34 +0800
Commit
a3c822d688c044794f4953c681a45a90cceb2841
1 parent
f15c8750
layout change
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
template/m.yohobuy.com/partials/layout/footer.phtml
template/m.yohobuy.com/partials/layout/header.phtml
template/m.yohobuy.com/partials/layout/footer.phtml
View file @
a3c822d
...
...
@@ -3,7 +3,7 @@
seajs.config({
base: 'http://172.16.6.248:8000'
});
seajs.use('js/
index
');
seajs.use('js/
{{modulePath}}
');
</script>
</body>
</html>
\ No newline at end of file
...
...
template/m.yohobuy.com/partials/layout/header.phtml
View file @
a3c822d
...
...
@@ -25,4 +25,4 @@
</script>
<link
rel=
"stylesheet"
href=
"http://static.dev.yohobuy.com/css/index.css"
>
</head>
<body>
\ No newline at end of file
<body
{{#
if
isPassportPage
}}
class=
passport-body{{/if}}
>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment