Merge branch 'master' of http://114.215.101.231:8099/outsource/signUpForCar
正在显示
1 个修改的文件
包含
30 行增加
和
0 行删除
1 | +<!DOCTYPE html> | ||
2 | +<html> | ||
3 | +<head> | ||
4 | + <meta charset="UTF-8"> | ||
5 | + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
6 | + <meta content="yes" name="apple-mobile-web-app-capable"> | ||
7 | + <meta content="yes" name="apple-touch-fullscreen"> | ||
8 | + <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,maximum-scale=1, minimum-scale=1, user-scalable=no"> | ||
9 | + <title>支付成功</title> | ||
10 | + <link rel="stylesheet" href="/static/css/common.css"> | ||
11 | + <link rel="stylesheet" href="/static/css/style.css"> | ||
12 | +</head> | ||
13 | +<body> | ||
14 | +<div class="box ss"> | ||
15 | + <div class="success_img"> | ||
16 | + <img src="/static/image/pay_success.png"> | ||
17 | + </div> | ||
18 | + <!--<h1 class="pay_money">¥7388.00</h1>--> | ||
19 | + | ||
20 | + <div class="menu_two"> | ||
21 | + <a href="{:url('user/yuyue/index')}"><img src="/static/image/btn_study.png"/></a> | ||
22 | + <a href="{:url('user/yuyue/my_order')}"><img src="/static/image/btn_look.png"/></a> | ||
23 | + </div> | ||
24 | +</div> | ||
25 | + | ||
26 | + | ||
27 | +<script type="text/javascript" src="/static/js/jquery-1.11.0.min.js"></script> | ||
28 | +<script type="text/javascript" src="/static/js/common.js"></script> | ||
29 | +</body> | ||
30 | +</html> |
-
请 注册 或 登录 后发表评论