currency.phtml 295 Bytes
{{> layout/header}}
<div class="yoho-coin-page yoho-page">
    {{# yohoCoin}}
        <p class="coin-num">
            <em>{{coinNum}}</em>
            <span>个YOHO币</span>
        </p>
        <div class="check"><a href="">查看明细</a></div>
    {{/ yohoCoin}}
</div>
{{> layout/footer}}