|
@@ -601,17 +601,19 @@
|
|
|
<div class="name"><span th:text="${product.shopTitle}"></span><i
|
|
|
th:if="not${#strings.isEmpty(product.license)}" class="icon shop"></i></div>
|
|
|
</a>
|
|
|
- <template th:if="not${#strings.isEmpty(product.businessScope)}">
|
|
|
- <div class="tit">经营范围:</div>
|
|
|
- <div class="con" th:text="${product.businessScope}"></div>
|
|
|
- </template>
|
|
|
- <template th:if="not${#strings.isEmpty(product.shopAddress)}">
|
|
|
- <div class="tit">所在地区:</div>
|
|
|
- <div class="con" th:text="${product.shopAddress}"></div>
|
|
|
+ <template v-if="!isShowCaimeiShop">
|
|
|
+ <template th:if="not${#strings.isEmpty(product.businessScope)}">
|
|
|
+ <div class="tit">经营范围:</div>
|
|
|
+ <div class="con" th:text="${product.businessScope}"></div>
|
|
|
+ </template>
|
|
|
+ <template th:if="not${#strings.isEmpty(product.shopAddress)}">
|
|
|
+ <div class="tit">所在地区:</div>
|
|
|
+ <div class="con" th:text="${product.shopAddress}"></div>
|
|
|
+ </template>
|
|
|
+ <div class="tit">满意度:<i th:each="i:${#numbers.sequence(1,5)}" class="icon heart"></i></div>
|
|
|
+ <a th:href="@{'/supplier-'+ ${product.shopId} +'.html'}" class="btn"
|
|
|
+ onclick="_czc.push(['_trackEvent','商品详情','点击','查看主页','','Um_Event_ProductShopHome'])">查看主页</a>
|
|
|
</template>
|
|
|
- <div class="tit">满意度:<i th:each="i:${#numbers.sequence(1,5)}" class="icon heart"></i></div>
|
|
|
- <a th:href="@{'/supplier-'+ ${product.shopId} +'.html'}" class="btn" v-if="!isShowCaimeiShop"
|
|
|
- onclick="_czc.push(['_trackEvent','商品详情','点击','查看主页','','Um_Event_ProductShopHome'])">查看主页</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="contact">
|