Files
peko-h5/view/peko/modules/payment_new/failed.html
2023-08-07 16:04:25 +08:00

28 lines
753 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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>
<p>客服微信号pikokefu01</p>
</div>
</body>
</html>