• This project
    • Loading...
  • Sign in

fe / YOHOBUYWAP · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • YOHOBUYWAP
  • template
  • m.yohobuy.com
  • actions
  • index
  • home
  • ajax-currency-detail.phtml
  • 有货币消费记录
    e7a0366e
    by uedxwg
    2015-12-15 13:18:34 +0800  
    Browse Files
ajax-currency-detail.phtml 294 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
{{# currency}}
        <li>
            <div class="detail-item">
                <p class="title">{{title}}</p>
                <p class="time">{{time}}</p>
                <div class="count">
                    {{count}}
                </div>
            </div>
        </li>
{{/ currency}}