forked from geeeeeeeek/dingfanzu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpay.php
27 lines (24 loc) · 847 Bytes
/
pay.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script src="scripts/jquery-1.8.3.js"></script>
<script src="scripts/jquery.reveal.js"></script>
<script src="scripts/jquery.cookie.js"></script>
<script src="scripts/common.js"></script>
<title>订饭组</title>
</head>
<body>
<script src="scripts/md5.js"></script>
<script src="scripts/login.js"></script>
<script src="scripts/cart.lib.js"></script>
<script src="scripts/myInfo.js"></script>
<script src="scripts/shopInfo.js"></script>
<script src="scripts/order.js"></script>
<script type="text/javascript">
$(function(){
commitOrder();
});
</script>
</body>
</html>