|
@@ -0,0 +1,35 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang="zh-CN" xmlns:th="https://www.thymeleaf.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
+ xsi:schemaLocation="https://www.thymeleaf.org ">
|
|
|
+<head>
|
|
|
+ <template th:replace="pay/components/pay-link"></template>
|
|
|
+ <link th:href="@{/css/pay/caimei-paymobile.css(v=${version})}" rel="stylesheet" type="text/css">
|
|
|
+ <template th:replace="components/analysis"></template>
|
|
|
+</head>
|
|
|
+<body>
|
|
|
+<div class="head-wrap">
|
|
|
+ <div class="inner clear">
|
|
|
+ <div class="logo"><a href="/index.html"><img src="/img/base/index_logo.png" alt=""></a></div>
|
|
|
+ <div class="text">收银台</div>
|
|
|
+ <input type="hidden" th:value="${coreServer}" id="coreServer">
|
|
|
+ <input type="hidden" th:value="${agent}" id="userAgent">
|
|
|
+ </div>
|
|
|
+</div>
|
|
|
+<div class="pay-container weixin clear" id="payContainer" >
|
|
|
+ <div v-if="loginLoading" class="loading" :style="{opacity: loginLoading ? '1' :'0'}">
|
|
|
+ <img src="/img/base/loading.gif">
|
|
|
+ </div>
|
|
|
+ <div class="container" :class="{active: isRequest}" v-show="isRequest">
|
|
|
+
|
|
|
+ </div>
|
|
|
+</div>
|
|
|
+<!-- 引入底部 -->
|
|
|
+<template th:replace="components/footer"></template>
|
|
|
+<template th:replace="components/foot-link"></template>
|
|
|
+<script src="https://res.wx.qq.com/connect/zh_CN/htmledition/js/wxLogin.js"></script>
|
|
|
+<script charset="utf-8" type="text/javascript" th:src="@{/js/common/serviceapi/pay.service.js(v=${version})}"></script>
|
|
|
+<script charset="utf-8" type="text/javascript" th:src="@{/lib/qrcode.min.js(v=${version})}"></script>
|
|
|
+<script charset="utf-8" type="text/javascript" th:src="@{/js/pay/caimei-paymobile.js(v=${version})}"></script>
|
|
|
+
|
|
|
+</body>
|
|
|
+</html>
|