|
@@ -37,12 +37,12 @@
|
|
|
<a class="cTab" href="javascript:void(0);" v-if="userIdentity == 3" v-text="userData.name"></a>
|
|
|
<a class="cTab" href="javascript:void(0);" v-else v-text="userData.name"></a>
|
|
|
<div class="cShow" v-if="userIdentity == 4 || userIdentity == 2">
|
|
|
- <a href="/user/dashboard.html">我的采美</a>
|
|
|
- <a href="/user/setting/information.html">机构资料</a>
|
|
|
+ <a href="/user/dashboard.html" rel="nofollow">我的采美</a>
|
|
|
+ <a href="/user/setting/information.html" rel="nofollow">机构资料</a>
|
|
|
<a href="javascript:void(0);" @click="userLogOut()">退出登录</a>
|
|
|
</div>
|
|
|
<div class="cShow" v-if="userIdentity == 3">
|
|
|
- <a href="/supplier/dashboard.html">我的采美</a>
|
|
|
+ <a href="/supplier/dashboard.html" rel="nofollow">我的采美</a>
|
|
|
<a href="javascript:void(0);" @click="pageLinkSupplier()">店铺管理</a>
|
|
|
<a href="javascript:void(0);" @click="userLogOut()">退出登录</a>
|
|
|
</div>
|
|
@@ -63,9 +63,9 @@
|
|
|
<img class="h5Only" src="/img/base/logo_m.png" alt="采美 生美/医美采购服务平台"/>
|
|
|
</a>
|
|
|
<div class="mf h5Only mUserCenter">
|
|
|
- <a :href="loginStatus?'/shopping/cart.html':'javascript:void(0);'" :class="loginStatus?'mAddCart mIcon':'mAddCart mIcon toLogin'" title="购物车"></a>
|
|
|
- <a v-if="loginStatus" @click="showGlobalMenu()" class="mUserIcon mIcon" href="javascript:void(0);" title="个人中心"></a>
|
|
|
- <a v-else class="mUserIcon mIcon toLogin" href="javascript:void(0);" title="个人中心"></a>
|
|
|
+ <a :href="loginStatus?'/shopping/cart.html':'javascript:void(0);'" :class="loginStatus?'mAddCart mIcon':'mAddCart mIcon toLogin'" title="购物车" rel="nofollow"></a>
|
|
|
+ <a v-if="loginStatus" @click="showGlobalMenu()" class="mUserIcon mIcon" href="javascript:void(0);" title="个人中心" rel="nofollow"></a>
|
|
|
+ <a v-else class="mUserIcon mIcon toLogin" href="javascript:void(0);" title="个人中心" rel="nofollow"></a>
|
|
|
</div>
|
|
|
<div class="searchBox" id="topSearch">
|
|
|
<div class="search">
|
|
@@ -150,7 +150,7 @@
|
|
|
<th:block th:if="${big.containsKey('smallTypeList')} and ${big.get('smallTypeList')!=null}">
|
|
|
<div class="line" th:each="small : *{smallTypeList}" th:object="${small}">
|
|
|
<div class="lft show">
|
|
|
- <a th:href="'/product/instruelist.html?bigTypeId=' + *{bigTypeId} +'&smallTypeId='+*{smallTypeId} + '&typeSort=' + ${big.getString('typeSort')}" target="_blank">
|
|
|
+ <a th:href="'/product/classify-'+${big.getString('typeSort')}+'-' + *{bigTypeId} +'-'+*{smallTypeId} + '.html'" target="_blank">
|
|
|
<span v-if="isPC"> > </span>
|
|
|
<p th:text="*{name}"></p>
|
|
|
</a>
|
|
@@ -158,14 +158,14 @@
|
|
|
<div class="rgt mfw" >
|
|
|
<th:block th:if="${small.containsKey('tinyTypeList')} and ${small.get('smallTypeList')!=null}">
|
|
|
<th:block th:each="tiny : *{tinyTypeList}" th:object="${tiny}">
|
|
|
- <a th:href="'/product/instruelist.html?bigTypeId=' + ${big.getString('bigTypeId')} +'&smallTypeId='+*{smallTypeId} + '&tinyTypeID=' + *{tinyTypeId} + '&typeSort=' + ${big.getString('typeSort')}" target="_blank">
|
|
|
+ <a th:href="'/product/classify-'+ ${big.getString('typeSort')} +'-'+ ${big.getString('bigTypeId')} +'-'+ *{smallTypeId} +'-'+ *{tinyTypeId} + '.html'" target="_blank">
|
|
|
<img v-if="!isPC" th:src="*{crmIcon}" alt="*{name}">
|
|
|
<p th:text="*{name}"></p>
|
|
|
</a>
|
|
|
</th:block>
|
|
|
</th:block>
|
|
|
<th:block th:unless="${small.containsKey('tinyTypeList')} and ${small.get('smallTypeList')!=null}">
|
|
|
- <a th:href="'/product/instruelist.html?bigTypeId=' + *{bigTypeId} +'&smallTypeId='+*{smallTypeId} + '&typeSort=' + ${big.getString('typeSort')}" target="_blank">
|
|
|
+ <a th:href="'/product/classify-'+ ${big.getString('typeSort')} +'-'+ *{bigTypeId} +'-'+ *{smallTypeId} + '.html'" target="_blank">
|
|
|
<img v-if="!isPC" th:src="*{crmIcon}" alt="全部商品"><p>全部商品</p>
|
|
|
</a>
|
|
|
</th:block>
|
|
@@ -174,13 +174,13 @@
|
|
|
</th:block>
|
|
|
<div class="line" th:unless="${big.containsKey('smallTypeList')} and ${big.get('smallTypeList')!=null}">
|
|
|
<div class="lft none">
|
|
|
- <a th:href="'/product/instruelist.html?bigTypeId=' + *{bigTypeId} + '&typeSort=' + ${big.getString('typeSort')}" target="_blank">
|
|
|
+ <a th:href="'/product/classify-'+ ${big.getString('typeSort')} +'-'+ *{bigTypeId} +'.html'" target="_blank">
|
|
|
<span v-if="isPC"> > </span>
|
|
|
<p th:text="*{name}"></p>
|
|
|
</a>
|
|
|
</div>
|
|
|
<div class="rgt mfw" >
|
|
|
- <a th:href="'/product/instruelist.html?bigTypeId=' + *{bigTypeId} + '&typeSort=' + ${big.getString('typeSort')}" target="_blank">
|
|
|
+ <a th:href="'/product/classify-'+ ${big.getString('typeSort')} +'-'+ *{bigTypeId} +'.html'" target="_blank">
|
|
|
<img v-if="!isPC" th:src="*{crmIcon}" alt="全部商品"><p>全部商品</p>
|
|
|
</a>
|
|
|
</div>
|