|
|
<!DOCTYPE html>
|
|
|
<html>
|
|
|
<head>
|
|
|
<meta charset="UTF-8">
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
<meta content="yes" name="apple-mobile-web-app-capable">
|
|
|
<meta content="yes" name="apple-touch-fullscreen">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,maximum-scale=1, minimum-scale=1, user-scalable=no">
|
|
|
<title>支付成功</title>
|
|
|
<link rel="stylesheet" href="/static/css/common.css">
|
|
|
<link rel="stylesheet" href="/static/css/style.css">
|
|
|
</head>
|
|
|
<body>
|
|
|
<div class="box ss">
|
|
|
<div class="success_img">
|
|
|
<img src="/static/image/pay_success.png">
|
|
|
</div>
|
|
|
<!--<h1 class="pay_money">¥7388.00</h1>-->
|
|
|
|
|
|
<div class="menu_two">
|
|
|
<a href="{:url('user/yuyue/index')}"><img src="/static/image/btn_study.png"/></a>
|
|
|
<a href="{:url('user/yuyue/my_order')}"><img src="/static/image/btn_look.png"/></a>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
|
|
|
<script type="text/javascript" src="/static/js/jquery-1.11.0.min.js"></script>
|
|
|
<script type="text/javascript" src="/static/js/common.js"></script>
|
|
|
</body>
|
|
|
</html> |
|
|
\ No newline at end of file |
...
|
...
|
|