|
@@ -27,7 +27,7 @@
|
|
|
<div class="title">
|
|
|
<img th:src="${supplier.logo}">
|
|
|
<h1 th:text="${supplier.name}"></h1>
|
|
|
- <a href="javascript:void(0);"><i class="icon mIcon shop"><em class="tips">点击查看授权牌照</em></i></a>
|
|
|
+ <a th:if="not${#strings.isEmpty(supplier.license)}" th:href="${supplier.license}" target="_blank"><i class="icon mIcon shop"><em class="tips">点击查看授权牌照</em></i></a>
|
|
|
</div>
|
|
|
<div class="search">
|
|
|
<input class="keyword" v-model.trim="params.keyword" type="text" placeholder="请输入商品名称(商铺内商品)">
|
|
@@ -181,11 +181,11 @@
|
|
|
</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="part" th:if="not${#strings.isEmpty(supplier.certificate)}">
|
|
|
+ <div class="part" th:if="not${#strings.isEmpty(supplier.license)}">
|
|
|
<div class="title">授权牌照</div>
|
|
|
<div class="photo">
|
|
|
- <a th:href="${supplier.certificate}" target="_blank">
|
|
|
- <img th:src="${supplier.certificate}">
|
|
|
+ <a th:href="${supplier.license}" target="_blank">
|
|
|
+ <img th:src="${supplier.license}">
|
|
|
</a>
|
|
|
</div>
|
|
|
</div>
|