Skip to content

Commit

Permalink
更换pc端的二维码图片
Browse files Browse the repository at this point in the history
  • Loading branch information
longbeidou committed Aug 20, 2018
1 parent c0c7f15 commit 8bdf03d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
Binary file added public/pcstyle/images/e_app.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/pcstyle/images/e_wx.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion resources/views/pc/download/_main_download.blade.php
Expand Up @@ -10,7 +10,8 @@
<a class="btn btn-success" href="/download/52010000.cn.ipa"><img src="/pcstyle/images/android.png" alt=""> iPhone版本下载</a>
</div>
<div class="ercode">
<img class="img-thumbnail" src="http://api.qrserver.com/v1/create-qr-code/?size=150x150&data={{ route('wx.download.app') }}" alt="龙琴时代APP下载">
<img class="img-thumbnail" src="/pcstyle/images/e_app.png" width="150px" height="150px" alt="龙琴时代APP下载">
<!-- <img class="img-thumbnail" src="http://api.qrserver.com/v1/create-qr-code/?size=150x150&data={{ route('wx.download.app') }}" alt="龙琴时代APP下载"> -->
</div>
</div>
</div>
Expand Down
6 changes: 4 additions & 2 deletions resources/views/pc/layouts/_nav_tab.blade.php
Expand Up @@ -17,9 +17,11 @@
<li class="{{ $navTab->pcNavTabActive(route('pc.optimusMaterial.sales')) }}"><a href="{{ route('pc.optimusMaterial.sales') }}" title="特价淘宝天猫优惠券专场" target="_blank">特惠专场</a></li>
</ul>
<ul class="list-inline pull-right other">
<li class="name">手机网站 <span class="caret"></span><div class="content"><img src="http://api.qrserver.com/v1/create-qr-code/?size=200x200&data={{ route('wx.index') }}" alt="龙琴时代手机网站二维码"></div></li>
<li class="name">手机网站 <span class="caret"></span><div class="content"><img src="/pcstyle/images/e_wx.png" alt="龙琴时代手机网站二维码"></div></li>
<!-- <li class="name">手机网站 <span class="caret"></span><div class="content"><img src="http://api.qrserver.com/v1/create-qr-code/?size=200x200&data={{ route('wx.index') }}" alt="龙琴时代手机网站二维码"></div></li> -->
<li class="name">查券客服 <span class="caret"></span><div class="content"><img src="{{ config('website.kefu_ercode') }}" alt="龙琴时代客服二维码"></div></li>
<li class="name {{ $navTab->pcNavTabActive(route('pc.download.app')) }}"><a href="{{ route('pc.download.app') }}" title="龙琴时代优惠券APP下载" target="_blank">下载APP <span class="caret"></span><div class="content"><img src="http://api.qrserver.com/v1/create-qr-code/?size=200x200&data={{ route('wx.download.app') }}" alt="龙琴时代优惠券APP下载二维码"></div></a></li>
<li class="name {{ $navTab->pcNavTabActive(route('pc.download.app')) }}"><a href="{{ route('pc.download.app') }}" title="龙琴时代优惠券APP下载" target="_blank">下载APP <span class="caret"></span><div class="content"><img src="/pcstyle/images/e_app.png" alt="龙琴时代优惠券APP下载二维码"></div></a></li>
<!-- <li class="name {{ $navTab->pcNavTabActive(route('pc.download.app')) }}"><a href="{{ route('pc.download.app') }}" title="龙琴时代优惠券APP下载" target="_blank">下载APP <span class="caret"></span><div class="content"><img src="http://api.qrserver.com/v1/create-qr-code/?size=200x200&data={{ route('wx.download.app') }}" alt="龙琴时代优惠券APP下载二维码"></div></a></li> -->
</ul>
</div>
</div>
Expand Down

0 comments on commit 8bdf03d

Please sign in to comment.