后台登录页面底部版权:

文件位置:/www/wwwroot/shop.tasi.cc/resources/views/admin/Login.blade.php

 

首页底部版权:

文件位置:/www/wwwroot/shop.tasi.cc/resources/views/pc/jingya/layout.blade.php

 

登录/注册底部版权:

文件位置:/www/wwwroot/shop.tasi.cc/resources/views/layouts/index.blade.php

 

购买页面修改:(充值信息文字)

文件位置:/www/wwwroot/shop.tasi.cc/resources/views/pc/jingya/index/buy.blade.php

 

手机版底部版权:

文件位置:/www/wwwroot/shop.tasi.cc/resources/views/mobile/default_mobile/layout/foot.blade.php

 

手机版首页商品显示:(充值文字)

文件位置:/www/wwwroot/shop.tasi.cc/resources/views/mobile/default_mobile/layout/ListMode.blade.php

 

手机版首页大图下方显示:(一排小商品)

文件位置:/www/wwwroot/shop.tasi.cc/resources/views/mobile/default_mobile/layout/ListMode.blade.php 删除或注释以下代码段:(34-58行)

<div class="m_hot_good" style="margin-bottom: 5px;padding: 0 15px">

<div class="swiper mySwiper" style="border-radius: 3px">

<div class="swiper-wrapper">

<%# layui.each(d.data.hot_good, function(key, good){ %>

<div class="swiper-slide" style="margin-left: 5px;z-index: 0">

<div class="title">

<a href="/trade/<% good.id %>.html">

<div class="l-img-div"><img src="<% good.images %">" alt="<% good.name %>" class="l-img-div">

</div>

<div class="m_hot_good_info"> <div><% good.name %>

</div>

<p style=""> <%# if(typeof(d.data.spike[good.id]) != 'undefined') { %>¥ <% Math.min(d.data.spike[good.id][0].price,good.viprice) %> <%# }else{ %>¥<% good.viprice %> <%# } %> </p>

</div>

</a>

</div>

</div>

<%# }) %> 

</div>

</div>

</div>