Showing
2 changed files
with
4 additions
and
4 deletions
@@ -48,7 +48,7 @@ | @@ -48,7 +48,7 @@ | ||
48 | <input name="refer" id="refer" type="hidden" value="{{referUrl}}"> | 48 | <input name="refer" id="refer" type="hidden" value="{{referUrl}}"> |
49 | <input id="register-btn" class="btn register-btn disable" type="submit" value="{{regBtnText}}" disabled=""> | 49 | <input id="register-btn" class="btn register-btn disable" type="submit" value="{{regBtnText}}" disabled=""> |
50 | <div class="qrcode-hover-reg"> | 50 | <div class="qrcode-hover-reg"> |
51 | - <a class="qrcode-reg" href="//www.yohobuy.com/download/app"> | 51 | + <a class="qrcode-reg" href="//www.yohobuy.com/download/app" target="_blank"> |
52 | <i class="qrcode-icon"></i> | 52 | <i class="qrcode-icon"></i> |
53 | </a> | 53 | </a> |
54 | <div class="download-app-box"> | 54 | <div class="download-app-box"> |
@@ -56,7 +56,7 @@ | @@ -56,7 +56,7 @@ | ||
56 | <h3 class="qr-words">扫描二维码</h3> | 56 | <h3 class="qr-words">扫描二维码</h3> |
57 | <h3 class="qr-words">下载YohoBuy手机端</h3> | 57 | <h3 class="qr-words">下载YohoBuy手机端</h3> |
58 | <h3 class="qr-more"> | 58 | <h3 class="qr-more"> |
59 | - <a href="//www.yohobuy.com/download/app">更多客户端下载</a> | 59 | + <a href="//www.yohobuy.com/download/app" target="_blank">更多客户端下载</a> |
60 | </h3> | 60 | </h3> |
61 | </div> | 61 | </div> |
62 | </div> | 62 | </div> |
@@ -368,7 +368,7 @@ | @@ -368,7 +368,7 @@ | ||
368 | </div> | 368 | </div> |
369 | <div class="right-floating-layer hide"> | 369 | <div class="right-floating-layer hide"> |
370 | <div class="qrcode-hover-box"> | 370 | <div class="qrcode-hover-box"> |
371 | - <a class="layer-box qrcode-download-right" href="//www.yohobuy.com/download/app"> | 371 | + <a class="layer-box qrcode-download-right" href="//www.yohobuy.com/download/app" target="_blank"> |
372 | <span class="qrcode-img"> </span> | 372 | <span class="qrcode-img"> </span> |
373 | </a> | 373 | </a> |
374 | <div class="download-app-box"> | 374 | <div class="download-app-box"> |
@@ -376,7 +376,7 @@ | @@ -376,7 +376,7 @@ | ||
376 | <h3 class="qr-words">扫描二维码</h3> | 376 | <h3 class="qr-words">扫描二维码</h3> |
377 | <h3 class="qr-words">下载YohoBuy手机端</h3> | 377 | <h3 class="qr-words">下载YohoBuy手机端</h3> |
378 | <h3 class="qr-more"> | 378 | <h3 class="qr-more"> |
379 | - <a href="//www.yohobuy.com/download/app">更多客户端下载</a> | 379 | + <a href="//www.yohobuy.com/download/app" target="_blank">更多客户端下载</a> |
380 | </h3> | 380 | </h3> |
381 | </div> | 381 | </div> |
382 | </div> | 382 | </div> |
-
Please register or login to post a comment