Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
uedxwg
2015-11-25 18:31:39 +0800
Commit
abb19bfb17ceff0d5de18b785906c638948809ca
1 parent
ca345010
升级公告
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
34 additions
and
2 deletions
static/sass/layout/_header.scss
template/m.yohobuy.com/actions/index/index/systemUpdate.phtml
template/m.yohobuy.com/partials/layout/header.phtml
template/m.yohobuy.com/partials/layout/systemUpdate.phtml
yohobuy/m.yohobuy.com/application/controllers/Index.php
static/sass/layout/_header.scss
View file @
abb19bf
...
...
@@ -105,4 +105,22 @@
font-weight
:
bold
;
color
:
#fff
;
}
}
.systemMain
{
width
:
92%
;
height
:
100%
;
overflow
:
hidden
;
background-color
:
#444
;
color
:
#fff
;
padding
:
0
4%
;
position
:
absolute
;
top
:
0
;
left
:
0
;
p
{
font-size
:
52em
/
$pxConvertRem
;
line-height
:
60rem
/
$pxConvertRem
;
&
:first-of-type
{
padding-top
:
90rem
/
$pxConvertRem
;
}
}
}
\ No newline at end of file
...
...
template/m.yohobuy.com/actions/index/index/systemUpdate.phtml
0 → 100644
View file @
abb19bf
{
{>
layout/header
}
}
<div
class=
"systemMain"
>
<P>尊敬的顾客:</P>
<P>您好!</P>
<P>为了向您提供更优质的服务,目前系统正在升级,请您耐心等待。</P>
<P>系统升级期间,部分地区用户体验会有暂
时中断,如遇紧急事宜,欢迎垂询客服热线:
400-889-9646
09
:
00-22
:
30
(周一至周日)。</P>
<P>稍后系统将恢复正常使用,欢迎您继续光顾
YOHO!BUY
有货!</P>
<P>带来不便之处深表
歉意,请您谅解!</P>
<P>特此公告</P>
<P>YOHO!BUY
有货
客户服务中心。</P>
</div>
{
{>
layout/footer
}
}
...
...
template/m.yohobuy.com/partials/layout/header.phtml
View file @
abb19bf
...
...
@@ -45,7 +45,7 @@
<body
{{#
if
isPassportPage
}}
class=
passport-body{{/if}}
>
{{#if systemUpdate}}
<div
class=
"systemUpdate"
>
<a
href=
"systemUpdate"
class=
"systemHeader"
>
YOHO!BUY关于系统升级的公告
</a>
<a
href=
"
index/
systemUpdate"
class=
"systemHeader"
>
YOHO!BUY关于系统升级的公告
</a>
<span>
X
</span>
</div>
{{/if}}
...
...
template/m.yohobuy.com/partials/layout/systemUpdate.phtml
deleted
100644 → 0
View file @
ca34501
yohobuy/m.yohobuy.com/application/controllers/Index.php
View file @
abb19bf
...
...
@@ -40,7 +40,9 @@ class IndexController extends AbstractAction
public
function
systemUpdateAction
()
{
$this
->
_view
->
display
(
'systemUpdate'
,
''
);
$this
->
setTitle
(
'关于系统升级的公告'
);
$this
->
_view
->
display
(
'systemUpdate'
);
}
}
...
...
Please
register
or
login
to post a comment