Merge branch 'hotfix/async-header' into release/1019
Showing
1 changed file
with
3 additions
and
3 deletions
@@ -19,8 +19,8 @@ | @@ -19,8 +19,8 @@ | ||
19 | <ul> | 19 | <ul> |
20 | <li id="loginBox"> | 20 | <li id="loginBox"> |
21 | <span class="hi">Hi~</span> | 21 | <span class="hi">Hi~</span> |
22 | - [ <a href="//www.yohobuy.com/signin.html" class="loginbar">请登录</a> ] | ||
23 | - [ <a href="//www.yohobuy.com/reg.html" class="registbar">免费注册</a> ] | 22 | + [ <a id="signin-url" href="//www.yohobuy.com/signin.html" class="loginbar">请登录</a> ] |
23 | + [ <a id="reg-url" href="//www.yohobuy.com/reg.html" class="registbar">免费注册</a> ] | ||
24 | </li> | 24 | </li> |
25 | <li class="myyoho" id="myYohoBox"> | 25 | <li class="myyoho" id="myYohoBox"> |
26 | <span class="tag-seprate"></span> | 26 | <span class="tag-seprate"></span> |
@@ -274,4 +274,4 @@ | @@ -274,4 +274,4 @@ | ||
274 | </div> | 274 | </div> |
275 | 275 | ||
276 | <input id="api-domain" type="hidden" value="{{apiDomain}}"> | 276 | <input id="api-domain" type="hidden" value="{{apiDomain}}"> |
277 | -{{/ headerData}} | ||
277 | +{{/ headerData}} |
-
Please register or login to post a comment