|
@@ -3,6 +3,8 @@
|
|
|
xsi:schemaLocation="https://www.thymeleaf.org ">
|
|
|
<head>
|
|
|
<title>采美365网-医美采购平台-生美采购平台-美业一站式正品采购平台</title>
|
|
|
+ <meta name="keywords" content="美业采购商城,美业信息平台,美业采购顾问,美业采购咨询,美容产品,美容仪器,医美产品,医美器械,二手仪器,美业正品联盟">
|
|
|
+ <meta name="description" content="采美365网是一家专注于医美生美的B2B采购平台,拥有各类医疗器械资质和进出口资质,聚集全球众多知名供应商,上架丰富的医美生美产品和仪器,一站式解决美容机构的采购需求">
|
|
|
<meta name="baidu-site-verification" content="KbkRJg9357"/>
|
|
|
<link rel="canonical" href="https://www.caimei365.com/"/>
|
|
|
<template th:replace="components/head-link"></template>
|
|
@@ -41,12 +43,12 @@
|
|
|
<div class="section_right_item" th:if="${sideJson.get('liveList')}!=null and ${sideJson.get('liveList').size}>0">
|
|
|
<div class="right_item_title">
|
|
|
<p>精彩直播</p>
|
|
|
- <a href="https://wx.vzan.com/plug-ins/?v=637429463853329710#/FixupIndex/399803126?shareuid=0" target="_blank">
|
|
|
+ <a href="https://wx.vzan.com/plug-ins/?v=637429463853329710#/FixupIndex/399803126?shareuid=0" target="_blank" rel="nofollow">
|
|
|
<template v-if="isPC">更多></template><template v-else>></template>
|
|
|
</a>
|
|
|
</div>
|
|
|
<div class="right_item_main" th:each="live,stat : ${sideJson.get('liveList')}" th:object="${live}">
|
|
|
- <a th:if="${stat.index}==0" th:href="*{link}" th:title="*{liveTitle}" class="item_banner" target="_blank">
|
|
|
+ <a th:if="${stat.index}==0" th:href="*{link}" th:title="*{liveTitle}" class="item_banner" target="_blank" rel="nofollow">
|
|
|
<img src="/img/base/placeholder.png" th:attr="data-original=*{homePageImage}" th:alt="*{liveTitle}">
|
|
|
<div class="name" th:text="*{liveTitle}"></div>
|
|
|
<div class="statu">
|
|
@@ -55,7 +57,7 @@
|
|
|
<template th:if="*{liveStatus}==3"><i class="mIcon icon-end"></i><p>看回放</p></template>
|
|
|
</div>
|
|
|
</a>
|
|
|
- <a th:if="${stat.index}>0" th:href="*{link}" th:title="*{liveTitle}" class="item_text" target="_blank">
|
|
|
+ <a th:if="${stat.index}>0" th:href="*{link}" th:title="*{liveTitle}" class="item_text" target="_blank" rel="nofollow">
|
|
|
<p class="item_text_name" th:text="*{liveTitle}"></p>
|
|
|
</a>
|
|
|
</div>
|