18 lines
829 B
Plaintext
18 lines
829 B
Plaintext
<%@ page contentType="text/html;charset=UTF-8" %>
|
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
|
<!DOCTYPE html >
|
|
<html lang="en">
|
|
<head>
|
|
<%@include file="../baseset.jsp" %>
|
|
<%@include file="../systemset.jsp" %>
|
|
<script src="${bonuspath}/static/js/qrcode.min.js" /></script>
|
|
</head>
|
|
|
|
|
|
<body>
|
|
<div id="qr" style="width:160px;height:160px;margin-left: 41%;margin-top: 10%;float: left;" ></div>
|
|
<div style="width:160px;height:20px;margin-left: 41%;margin-top: 2%;float: left;text-align: center;">二维码编号:<span id="qrData"></span></div>
|
|
<div style="width:160px;height:30px;margin-left: 41%;margin-top: 2%;float: left;text-align: center;"><button type="button" onclick="dwQrCode()">二维码下载</button></div>
|
|
<script src="${bonuspath}/static/js/ma/checkShowQrCode.js?v=1"></script>
|
|
</body>
|
|
</html> |