Showing
3 changed files
with
4 additions
and
4 deletions
@@ -16,7 +16,7 @@ | @@ -16,7 +16,7 @@ | ||
16 | {{/ messages}} | 16 | {{/ messages}} |
17 | 17 | ||
18 | {{#if certifiedName}} | 18 | {{#if certifiedName}} |
19 | - <a href="{{certifiedUrl}}">{{certifiedName}}</a> | 19 | + <a href="{{certifiedUrl}}" target="_blank">{{certifiedName}}</a> |
20 | {{/if}} | 20 | {{/if}} |
21 | <span id="close-message" class="close iconfont"></span> | 21 | <span id="close-message" class="close iconfont"></span> |
22 | </p> | 22 | </p> |
@@ -5,10 +5,10 @@ | @@ -5,10 +5,10 @@ | ||
5 | {{subTitle}} | 5 | {{subTitle}} |
6 | 6 | ||
7 | {{#if certified}} | 7 | {{#if certified}} |
8 | - <span class="sub-tips">学生身份已验证通过啦,赶紧去体验下<a class="tips-url" href="{{tipsUrl}}">我们的专属特权</a>吧!</span> | 8 | + <span class="sub-tips">学生身份已验证通过啦,赶紧去体验下<a class="tips-url" href="{{tipsUrl}}" target="_blank">我们的专属特权</a>吧!</span> |
9 | {{else}} | 9 | {{else}} |
10 | <span class="sub-tips"> 校园潮流季-我们的专属特权,进行学生身份验证即有惊喜哦,</span> | 10 | <span class="sub-tips"> 校园潮流季-我们的专属特权,进行学生身份验证即有惊喜哦,</span> |
11 | - <a class="tips-url" href="{{tipsUrl}}">立即进行身份验证</a> | 11 | + <a class="tips-url" href="{{tipsUrl}}" target="_blank">立即进行身份验证</a> |
12 | {{/if}} | 12 | {{/if}} |
13 | 13 | ||
14 | 14 |
@@ -66,7 +66,7 @@ class IndexController extends WebAction | @@ -66,7 +66,7 @@ class IndexController extends WebAction | ||
66 | 'homeNav' => $leftNav, | 66 | 'homeNav' => $leftNav, |
67 | 'cancelReason' => $cancelReason, | 67 | 'cancelReason' => $cancelReason, |
68 | 'certifiedName' => $useInfo['is_student'] ? '学生身份已验证' : '身份验证', | 68 | 'certifiedName' => $useInfo['is_student'] ? '学生身份已验证' : '身份验证', |
69 | - 'certifiedUrl' => $useInfo['is_student'] ? '' : Helpers::url('/product/students/'), | 69 | + 'certifiedUrl' => Helpers::url('/product/students/'), |
70 | 'content' => array( | 70 | 'content' => array( |
71 | array( | 71 | array( |
72 | //消息提示 | 72 | //消息提示 |
-
Please register or login to post a comment