Browse Source

wxsuccess

master
dutsc 3 years ago
parent
commit
d3479863c6
  1. 33
      mobile/wxsuccess.php

33
mobile/wxsuccess.php

@ -0,0 +1,33 @@
<!DOCTYPE html>
<html>
<head>
<title>支付成功</title>
<style>
body {
text-align: center;
padding-top: 100px;
font-size: 24px;
}
.buttons {
margin-top: 20px;
}
.buttons a {
display: inline-block;
margin-right: 10px;
padding: 10px 20px;
background-color: #ccc;
color: #fff;
text-decoration: none;
}
</style>
</head>
<body>
<div>支付成功</div>
<div class="buttons">
<a href="view_order.php">查看订单</a>
<a href="shopping_cart.php">返回购物车</a>
</div>
</body>
</html>
Loading…
Cancel
Save