• This project
    • Loading...
  • Sign in

fe / YOHOBUYPC · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 2
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • YOHOBUYPC
  • template
  • www.yohobuy.com
  • actions
  • home
  • account
  • userpwd.phtml
  • PC的个人中心
    3ebc23bf
    by whb
    2016-04-12 22:30:56 +0800  
    Browse Files
userpwd.phtml 368 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{{> layout/header}}
<div class="user-me-page me-page yoho-page clearfix">
    {{# userpwd}}
        {{> home/path}}
        {{> home/navigation}}
        <div class="me-main">
            <div class="userpwd block">
                {{> home/validate}}
            </div>
        </div>
    {{/ userpwd}}

    {{> home/help-us}}
</div>
{{> layout/footer}}