You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pdd-order-api/app/views/page/user/recharge/free_plan.php

24 lines
1.2 KiB
PHTML

1 year ago
<div class="row">
<div class="col-md-12">
<div class="right-container">
<div class="m-t-md">
<ul class="nav nav-tabs tab-lg J_viewGoodsList" style="margin-bottom: 10px;padding-left: 0px;">
<li class="span2 text-center m-b-0">
<a href="<?php echo Zc::url(RouteConst::userPaymentIndex);?>">包年/月极速版</a>
</li>
<li class="span2 text-center m-b-0">
<a href="<?php echo Zc::url(RouteConst::userRechargeMoveRecharge);?>">按需充值</a>
</li>
<li class="span2 text-center active m-b-0">
<a href="<?php echo Zc::url(RouteConst::userRechargFreePlan); ?>">
免费计划
<img src="<?php echo HtmlTool::getStaticFile('hot.gif'); ?>" class="pos-a r-0">
</a>
</li>
</ul>
</div>
<div class="col-md-12 text-center" data-toggle="noticeBanner" data-key="<?php echo MarketConst::bannerLocateFreePlan; ?>">
</div>
</div>
</div>
</div>