currency-detail.phtml 236 Bytes
{{> layout/header}}
<div class="yoho-coin-detail-page yoho-page">
    {{#unless currency}}
    <div class="money">你拥有的有货币:<span>0</span></div>
    {{/unless}}
    <ul class="coin-detail"></ul>
</div>
{{> layout/footer}}