Merge branch 'master' into release/app-download
Showing
4 changed files
with
10 additions
and
9 deletions
@@ -8,7 +8,8 @@ | @@ -8,7 +8,8 @@ | ||
8 | <div class="mobile-container"> | 8 | <div class="mobile-container"> |
9 | <div class="mobile-wrap yoho-page student"> | 9 | <div class="mobile-wrap yoho-page student"> |
10 | <div style=" position: fixed;background: #f0f0f0;height: 100%;width: 100%;"> | 10 | <div style=" position: fixed;background: #f0f0f0;height: 100%;width: 100%;"> |
11 | - <section class="s-feild s-marbot"> | 11 | + <div style="text-align:center;font-size:16px;padding-top:100px;">学生认证功能暂时关闭</div> |
12 | + {{!--<section class="s-feild s-marbot"> | ||
12 | 全国已有<span class="s-red">{{count}}</span>位学生完成认证 | 13 | 全国已有<span class="s-red">{{count}}</span>位学生完成认证 |
13 | </section> | 14 | </section> |
14 | <div class="s-form"> | 15 | <div class="s-form"> |
@@ -40,12 +41,12 @@ | @@ -40,12 +41,12 @@ | ||
40 | 同意<a class="s-blue" href='//m.yohobuy.com/activity/student/detail/renzhen?openby:yohobuy={"action":"go.h5","params":{"islogin":"N","url":"{{http}}//m.yohobuy.com/activity/student/detail/renzhen"}}'>Yoho!Buy有货学生认证协议</a> | 41 | 同意<a class="s-blue" href='//m.yohobuy.com/activity/student/detail/renzhen?openby:yohobuy={"action":"go.h5","params":{"islogin":"N","url":"{{http}}//m.yohobuy.com/activity/student/detail/renzhen"}}'>Yoho!Buy有货学生认证协议</a> |
41 | </section> | 42 | </section> |
42 | <a class="s-submit" href="javascript:void(0);">立即认证</a> | 43 | <a class="s-submit" href="javascript:void(0);">立即认证</a> |
43 | - </div> | 44 | + </div>--}} |
44 | </div> | 45 | </div> |
45 | 46 | ||
46 | </div> | 47 | </div> |
47 | </div> | 48 | </div> |
48 | - | 49 | +{{!-- |
49 | <article class="aslider" data-aslider="province"> | 50 | <article class="aslider" data-aslider="province"> |
50 | <section class="asilder_wrapper close"> | 51 | <section class="asilder_wrapper close"> |
51 | <header class="s-layout-title"> | 52 | <header class="s-layout-title"> |
@@ -133,4 +134,4 @@ | @@ -133,4 +134,4 @@ | ||
133 | </div> | 134 | </div> |
134 | </div> | 135 | </div> |
135 | </section> | 136 | </section> |
136 | -</article> | 137 | +</article>--}} |
@@ -143,7 +143,7 @@ | @@ -143,7 +143,7 @@ | ||
143 | </section> | 143 | </section> |
144 | 144 | ||
145 | {{#loginUrl}} | 145 | {{#loginUrl}} |
146 | - <div class='s-layout'> | 146 | + {{!--<div class='s-layout'> |
147 | {{#if @root.isSupportStudent}} | 147 | {{#if @root.isSupportStudent}} |
148 | 快来认证吧,认证通过即可享受专属优惠! | 148 | 快来认证吧,认证通过即可享受专属优惠! |
149 | {{else}} | 149 | {{else}} |
@@ -153,7 +153,7 @@ | @@ -153,7 +153,7 @@ | ||
153 | {{#if @root.isSupportStudent}} | 153 | {{#if @root.isSupportStudent}} |
154 | <a class='s-renzhen' href='{{.}}'>立即认证</a> | 154 | <a class='s-renzhen' href='{{.}}'>立即认证</a> |
155 | {{/if}} | 155 | {{/if}} |
156 | - </div> | 156 | + </div>--}} |
157 | <div class="s-replace"></div> | 157 | <div class="s-replace"></div> |
158 | {{/loginUrl}} | 158 | {{/loginUrl}} |
159 | 159 |
@@ -14,14 +14,14 @@ | @@ -14,14 +14,14 @@ | ||
14 | <div class="iconfont more-icon tap-hightlight"></div> | 14 | <div class="iconfont more-icon tap-hightlight"></div> |
15 | </a> | 15 | </a> |
16 | {{#unless students}} | 16 | {{#unless students}} |
17 | - <a class="students-entry" href="{{verifyUrl}}">学生认证</a> | 17 | + {{!--<a class="students-entry" href="{{verifyUrl}}">学生认证</a>--}} |
18 | {{/unless}} | 18 | {{/unless}} |
19 | {{^}} | 19 | {{^}} |
20 | <div class="user-info"> | 20 | <div class="user-info"> |
21 | <a class="login-btn" href="{{signinUrl}}"> | 21 | <a class="login-btn" href="{{signinUrl}}"> |
22 | 登录/注册 | 22 | 登录/注册 |
23 | </a> | 23 | </a> |
24 | - <a class="students-entry" href="{{verifyUrl}}">学生认证</a> | 24 | + {{!--<a class="students-entry" href="{{verifyUrl}}">学生认证</a>--}} |
25 | </div> | 25 | </div> |
26 | {{/isLogin}} | 26 | {{/isLogin}} |
27 | </div> | 27 | </div> |
-
Please register or login to post a comment