Files
peko-h5/view/peko/modules/payment_new/failed.html

28 lines
753 B
HTML
Raw Normal View History

2022-09-08 18:22:18 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no">
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>充值失败</title>
<link rel="stylesheet" href="../../common/css/reset.css">
<link rel="stylesheet" href="./css/failed.css">
<script src="../../common/js/flexible.js"></script>
</head>
<body>
<div class="top">
<img src="./images/login.png" alt="">
</div>
<div class="center">
<img src="./images/code.jpg" alt="">
</div>
<div class="bottom">
<p>充值失败,如需帮助可联系客服噢~</p>
2023-08-03 14:11:46 +08:00
<p>客服微信号pikokefu01</p>
2022-09-08 18:22:18 +08:00
</div>
</body>
</html>