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
周少峰
9 years ago
Commit
2306d5cbd150f48374faa5f27b6c5fe300e6318d
1 parent
5e087406
target blank
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
template/www.yohobuy.com/actions/home/index/index.phtml
template/www.yohobuy.com/partials/home/edit/basicinfo.phtml
yohobuy/www.yohobuy.com/application/modules/Home/controllers/Index.php
template/www.yohobuy.com/actions/home/index/index.phtml
View file @
2306d5c
...
...
@@ -16,7 +16,7 @@
{
{/
messages
}
}
{
{#if
certifiedName
}
}
<a
href=
"{{certifiedUrl}}"
>
{
{certifiedName
}
}</a>
<a
href=
"{{certifiedUrl}}"
target=
"_blank"
>
{
{certifiedName
}
}</a>
{
{/if
}
}
<span
id=
"close-message"
class=
"close iconfont"
>
602
;</span>
</p>
...
...
template/www.yohobuy.com/partials/home/edit/basicinfo.phtml
View file @
2306d5c
...
...
@@ -5,10 +5,10 @@
{
{subTitle
}
}
{
{#if
certified
}
}
<span
class=
"sub-tips"
>学生身份已验证通过啦,赶紧去体验下<a
class=
"tips-url"
href=
"{{tipsUrl}}"
>我们的专属特权</a>吧!</span>
<span
class=
"sub-tips"
>学生身份已验证通过啦,赶紧去体验下<a
class=
"tips-url"
href=
"{{tipsUrl}}"
target=
"_blank"
>我们的专属特权</a>吧!</span>
{
{else
}
}
<span
class=
"sub-tips"
>
校园潮流季-我们的专属特权,进行学生身份验证即有惊喜哦,</span>
<a
class=
"tips-url"
href=
"{{tipsUrl}}"
>立即进行身份验证</a>
<a
class=
"tips-url"
href=
"{{tipsUrl}}"
target=
"_blank"
>立即进行身份验证</a>
{
{/if
}
}
...
...
yohobuy/www.yohobuy.com/application/modules/Home/controllers/Index.php
View file @
2306d5c
...
...
@@ -66,7 +66,7 @@ class IndexController extends WebAction
'homeNav'
=>
$leftNav
,
'cancelReason'
=>
$cancelReason
,
'certifiedName'
=>
$useInfo
[
'is_student'
]
?
'学生身份已验证'
:
'身份验证'
,
'certifiedUrl'
=>
$useInfo
[
'is_student'
]
?
''
:
Helpers
::
url
(
'/product/students/'
),
'certifiedUrl'
=>
Helpers
::
url
(
'/product/students/'
),
'content'
=>
array
(
array
(
//消息提示
...
...
Please
register
or
login
to post a comment