• 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
  • shopping
  • pay
  • notneedpay.phtml
  • 支付失败返回页面
    5dd53bd0
    by zhangxiaoru
    2016-06-24 10:27:20 +0800  
    Browse Files
notneedpay.phtml 287 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
{{> layout/header}}
<div class="pay-back-page">
    <div class="failure-order">
        <p>订单提交失败!</p>

        <div class="failure-notice">
            <div class="failure-right"></div>
            提示:支付失败
        </div>
    </div>
</div>
{{> layout/footer}}