order.hbs
898 Bytes
<div class="repayment-list-page installment-order-page yoho-page">
{{> resources/banner-top}}
<ul class="header-tab">
<li class="active">
<a href="/home/installment/order.html?type=1" data-type="1">全部</a>
</li>
<li>
<a href="/home/installment/order.html?type=3" data-type="3">还款中</a>
</li>
<li>
<a href="/home/installment/order.html?type=2" data-type="2">已还清</a>
</li>
</ul>
<div class="order-list-container">
<ul id="order-list" class="order-list">
</ul>
<div id="no-result" class="no-result" style="display: none;">
<i class="result-icon"></i>
<p class="txt" id="no-result-text">暂无订单</p>
<a href='/product/new?openby:yohobuy={"action":"go.new"}' class="guang-btn">去逛逛</a>
</div>
</div>
</div>