|
@@ -9,17 +9,18 @@
|
|
|
<meta name="format-detection" content="telephone=yes" />
|
|
|
<title>美业参谋</title>
|
|
|
<link rel="canonical" href="https://www.caimei365.com/" />
|
|
|
- <template th:replace="components/head-link"></template>
|
|
|
+<!-- <template th:replace="components/head-link"></template>-->
|
|
|
+ <link th:href="@{/css/base/base.h5.css(v=${version})}" media="screen and (max-width:768px)" rel="stylesheet" type="text/css">
|
|
|
+ <link th:href="@{/css/base/base.pc.css(v=${version})}" media="screen and (min-width:768px)" rel="stylesheet" type="text/css">
|
|
|
+ <link th:href="@{/css/base/init.css(v=${version})}" rel="stylesheet" type="text/css">
|
|
|
+ <!--element ui 样式表-->
|
|
|
+ <link rel="stylesheet" href="/lib/element-ui/index.css" />
|
|
|
+ <link rel="stylesheet" href="/lib/element-ui/element-index.css" />
|
|
|
<link th:href="@{/css/base/floor.css(v=${version})}" rel="stylesheet" type="text/css">
|
|
|
<link th:href="@{/css/index/index_new.h5.css(v=${version})}" media="screen and (max-width:768px)" rel="stylesheet" type="text/css">
|
|
|
<link th:href="@{/css/index/index_new.pc.css(v=${version})}" media="screen and (min-width:768px)" rel="stylesheet" type="text/css">
|
|
|
<link th:href="@{/css/supplier-login/login.css(v=${version})}" media="screen and (min-width:768px)" rel="stylesheet" type="text/css">
|
|
|
<link th:href="@{/css/supplier-login/login-h5.css(v=${version})}" media="screen and (max-width:768px)" rel="stylesheet" type="text/css">
|
|
|
- <!--element ui 样式表-->
|
|
|
- <link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css" />
|
|
|
- <link rel="stylesheet" href="/lib/element-ui/element-ui-min.css" />
|
|
|
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
|
|
|
- <link rel="stylesheet" href="https://unpkg.com/vant@2.12/lib/index.css" />
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
@@ -377,19 +378,19 @@
|
|
|
</el-carousel>
|
|
|
<div class="nextChange" @click="prePageCar">></div>
|
|
|
</div>
|
|
|
- <div class="H5_success" v-else>
|
|
|
- <van-swipe :loop="false" :width="successSideWidth">
|
|
|
- <van-swipe-item v-for="item in successList" :key="item.id" v-if="item.appStatus == '1'">
|
|
|
- <div class="innerSuccess">
|
|
|
- <div class="title">{{item.title}}</div>
|
|
|
- <div class="content" v-html="item.content"></div>
|
|
|
- <img class="success_img" :src="item.headAppBanner" />
|
|
|
- </div>
|
|
|
- </van-swipe-item>
|
|
|
- </van-swipe>
|
|
|
- </div>
|
|
|
<div v-if="isPC" id="positionTab"></div>
|
|
|
</div>
|
|
|
+ <div class="H5_success" v-else>
|
|
|
+ <van-swipe :loop="false" :width="successSideWidth">
|
|
|
+ <van-swipe-item v-for="item in successList" :key="item.id" v-if="item.appStatus == '1'">
|
|
|
+ <div class="innerSuccess">
|
|
|
+ <div class="title">{{item.title}}</div>
|
|
|
+ <div class="content" v-html="item.content"></div>
|
|
|
+ <img class="success_img" :src="item.headAppBanner" />
|
|
|
+ </div>
|
|
|
+ </van-swipe-item>
|
|
|
+ </van-swipe>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div id="fivePage" class="page section">
|
|
|
<div class="Title" style="color: white">
|
|
@@ -575,9 +576,9 @@
|
|
|
<!-- 底部区域 end -->
|
|
|
<template th:replace="components/footer"></template>
|
|
|
<template th:replace="components/foot-link"></template>
|
|
|
-<script src="https://unpkg.com/vant@2.12/lib/vant.min.js"></script>
|
|
|
-<script charset="utf-8" type="text/javascript" th:src="@{/js/common/serviceapi/supplier.service.js(v=${version})}"></script>
|
|
|
<script type="text/javascript" src="/lib/element-ui/element-ui.min.js"></script>
|
|
|
+<script type="text/javascript" src="/lib/element-ui/vant.min.js"></script>
|
|
|
+<script charset="utf-8" type="text/javascript" th:src="@{/js/common/serviceapi/supplier.service.js(v=${version})}"></script>
|
|
|
<script charset="utf-8" type="text/javascript" th:src="@{/js/supplier-login/login.js(v=${version})}"></script>
|
|
|
</body>
|
|
|
</html>
|