• 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
  • passport
  • bind
  • success.phtml
  • 修复 5.17 liangzhifeng 改头尾模板 bug
    fd77b73d
    by 毕凯
    2016-06-24 17:06:51 +0800  
    Browse Files
success.phtml 272 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
{{> layout/header}}
<div class="success-page passport-page yoho-page">
    <div class="success-icon">
    </div>
    <div class="success-tip">
        {{{successTip}}}
    </div>
    <a class="go" href="{{goUrl}}">
        立即购物
    </a>
</div>
{{> layout/footer}}