diff --git a/Application/Media/View/default/Index/business.html b/Application/Media/View/default/Index/business.html index 3a7db6bbe..1c5de2d9f 100644 --- a/Application/Media/View/default/Index/business.html +++ b/Application/Media/View/default/Index/business.html @@ -16,7 +16,7 @@ <img src="__IMG__/inner_banner1.png" alt=""> </div> <div class="product_home"> - <div class="product_left"> + <div class="product_left" style="visibility: hidden;"> <img src="__IMG__/img_left.png" alt=""> <div class="recharge"> <div class="recharge_box"> diff --git a/Application/Mobile/View/Index/index.html b/Application/Mobile/View/Index/index.html index f43d256c5..12ceb47b8 100644 --- a/Application/Mobile/View/Index/index.html +++ b/Application/Mobile/View/Index/index.html @@ -47,7 +47,7 @@ <img src="__IMG__/new/slide.png" alt="" onclick="location.href='{:U(\'ssg/home\')}'"> </div> </div> - <div class="recharge"> + <div class="recharge" style="display: none;"> <div class="recharge_box"> <div class="title">平台币充值</div> <div class="del">平台币是可以在游戏内直接消费使用的,1平台币=1人民币,在游戏内您可直接用平台币选择购买相应的道具(钻石、宝石、金币等)。</div> diff --git a/Application/Mobile/View/User/index.html b/Application/Mobile/View/User/index.html index 7eb0bd4eb..605690899 100644 --- a/Application/Mobile/View/User/index.html +++ b/Application/Mobile/View/User/index.html @@ -24,7 +24,7 @@ <!-- <img src="__IMG__/new/yiwen.png" alt="">--> <div class="price">{$user['balance']}</div> <?php $recharge = $user['id'] ? U('recharge') : U('login');?> - <a class="recharge" href="{$recharge}">充值</a> + <a class="recharge" href="{$recharge}" style="display: none;">充值</a> </div> </div> </div>