Files
chaozhanggui/pluss-wap-page/src/main/webapp/WEB-INF/jsp/vip/paySuccess.jsp
junshuai 62548736a7 add file
2022-07-23 13:54:07 +08:00

39 lines
1.7 KiB
Plaintext

<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<!DOCTYPE html>
<html>
<jsp:include page="../../common.jsp" />
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title>支付成功</title>
</head>
<body style="background:#f7f8fa;">
<div class="page-title tcenter bluebg white h40 white positionr">
<div>
<span>支付成功</span>
<a href="${url}/vip/myVIPCard?storeId=${sessionScope.sessionMerchantMenber.storeId}&phone=${sessionScope.sessionMerchantMenber.phone}" class="white f21 h40 left0 top0 positiona">
<span class="dblock w40 h40 icon icon-59 white f22"></span>
</a>
</div>
</div>
<div class="login_form ml20 mr20 mt50">
<form method="post">
<div class="weui-cells weui-cells_form mt50 tcenter">
<div class="bg-green icon icon-66 f55 white dlblock radiusp50 padding15">
</div>
<div class="mt30" style="font-weight: 700;color: #000;font-size: 22px;text-align: center;">
支付成功!
</div>
</div>
<div class="btn mt50">
<a href="${url}/vip/myVIPCard?storeId=${sessionScope.sessionMerchantMenber.storeId}&phone=${sessionScope.sessionMerchantMenber.phone}" class="weui-btn weui-btn_primary radius10 f16 pt10 pb10">确定</a>
</div>
</form>
</div>
</body>
</html>