currency-detail.phtml 206 Bytes

{{> layout/header}}
<div class="yoho-coin-detail-page yoho-page">
    <div class="money">你拥有的有货币:<span>{{ money}}</span></div>

    <ul class="coin-detail"></ul>
</div>
{{> layout/footer}}