|
@@ -1,44 +1,17 @@
|
|
|
-<%@ page import="com.caimei.utils.SysConfig" %><%--
|
|
|
- Created by IntelliJ IDEA.
|
|
|
- User: 828
|
|
|
- Date: 2018/5/10
|
|
|
- Time: 10:01
|
|
|
- To change this template use File | Settings | File Templates.
|
|
|
---%>
|
|
|
-<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
|
|
-<%@ taglib prefix="s" uri="/struts-tags" %>
|
|
|
-<%
|
|
|
- request.setAttribute("oldApi", SysConfig.getStringConfig("caimei.api.old"));
|
|
|
- request.setAttribute("newApi", SysConfig.getStringConfig("caimei.api.new"));
|
|
|
-%>
|
|
|
<!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>
|
|
|
- <meta charset="UTF-8">
|
|
|
- <meta http-equiv="pragma" content="no-cache">
|
|
|
- <meta http-equiv="cache-control" content="no-cache">
|
|
|
- <meta http-equiv="expires" content="0">
|
|
|
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
|
|
|
- <meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
- <meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
|
- <meta http-equiv="keywords" content="采美平台业务包括采美采购商城,采美正品联盟,美业供应链合作,美业平台综合运营,三方项目服务合作,美业信息咨询服务,美业二手市场,医美直播,品牌招商等。其中采购商城包括热门小气泡仪器、皮肤检测,水光仪器,中胚层治疗仪器,激光仪器,射频仪器,超声仪器,微针射频仪器,脱毛仪器、红蓝光,身体塑形溶脂仪器等。产品包括:医美术后修复产品,高端SPA产品,高端院线产品,医美家居护理产品,玻尿酸,动能素,精纯液,填充针剂,线材,消耗品等。">
|
|
|
- <meta http-equiv="description" content="采美365网,生美医美正品采购服务平台,国内第一家美容行业的B2B平台,具有一,二,三类医疗器械销售资质和进出口资质。聚集全球100多个优质供应商资源,包括医疗、非医疗美容产品和仪器设备,能够一站式满足医疗美容机构、生活美容机构、新兴皮肤管理中心等多样化采购需求。同时提供供应链合作,整合上下游资源,为美容产业的持续前进和发展提出新的解决方案。">
|
|
|
- <link rel="shortcut icon" href="/web/common/img/favicon.ico" type="image/x-icon">
|
|
|
- <link rel="stylesheet" href="/web/common/css/reset.css">
|
|
|
- <link rel="stylesheet" href="/web/login/css/register.css?version=<%=Math.random()%>">
|
|
|
- <link rel="stylesheet" href="/web/order/css/caimei-starspay.css?version=<%=Math.random()%>">
|
|
|
- <script src="/web/common/js/tools.js"></script>
|
|
|
- <script src="/public/3.0/js/lib/layer/layer.min.js"></script>
|
|
|
- <script src="/web/common/js/common.js?version=<%=Math.random()%>"></script>
|
|
|
- <script src="/public/3.0/js/lib/vue2.6.11.js"></script>
|
|
|
- <title>采美365网-中国美业全方位线上交易服务互动平台,做美业,上采美</title>
|
|
|
+ <template th:replace="pay/components/pay-link"></template>
|
|
|
+ <link th:href="@{/css/pay/caimei-pay.css(v=${version})}" rel="stylesheet" type="text/css">
|
|
|
</head>
|
|
|
<body>
|
|
|
<div class="head-wrap">
|
|
|
- <div class="head clearfix">
|
|
|
- <div class="fl logo-to-index xf-logo"><img src="/web/order/img/xf-logo@2x.png" alt=""></div>
|
|
|
- <div class="fl main-thing">星范采购商城</div>
|
|
|
- <input id="oldApi" value='${oldApi}' type="hidden">
|
|
|
- <input id="newApi" value='${newApi}' type="hidden">
|
|
|
+ <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="${spiServer}" id="spiServer">
|
|
|
+ <input type="hidden" th:value="${agent}" id="userAgent">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="pay-container clearfix" id="payContainer" :class="isRequest ? 'active' : ''">
|
|
@@ -144,11 +117,13 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+<!--
|
|
|
<script src="/web/common/js/ajax.service.js?version=<%=Math.random()%>"></script>
|
|
|
<script src="/web/common/js/api/user.service.js?version=<%=Math.random()%>"></script>
|
|
|
<script src="/web/common/js/api/utils.service.js?version=<%=Math.random()%>"></script>
|
|
|
<script src="/web/common/js/api/pay.service.js?version=<%=Math.random()%>"></script>
|
|
|
<script src="/web/order/js/caimei-pay.js?version=<%=Math.random()%>"></script>
|
|
|
+-->
|
|
|
|
|
|
</body>
|
|
|
</html>
|