|
|
@@ -110,7 +110,7 @@
|
|
|
<img th:src="${portalHost + '/img/demand_sup.png'} " alt=" " /> <span
|
|
|
th:text="${similar.name} ">PVC塑料的研究</span>
|
|
|
<div class="interest_list_confirm ">
|
|
|
- <span th:text="${similar.level> 0} ? '身份已验证' : '身份未验证'">身份未验证</span>
|
|
|
+ <span th:text="${similar.level> 0} ? '身份已验证' : '身份未验证'">身份未验证</span>
|
|
|
<i th:class="${similar.level > 0} ? certify : uncertify"></i>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -118,7 +118,7 @@
|
|
|
<span class="detial_sub_icon"> <img
|
|
|
th:src="${portalHost + '/img/demand_ico_5.png'}" alt="需求" />
|
|
|
</span> <span class="detial_sub_title"> 需求: </span> <span
|
|
|
- class="detial_sub_text" th:text="similar.problemDes">
|
|
|
+ class="detial_sub_text" th:text="${similar.problemDes}">
|
|
|
随着铸造行业随着铸造行业随着铸造行业 </span>
|
|
|
</div>
|
|
|
<div class="detial_sub">
|
|
|
@@ -138,7 +138,8 @@
|
|
|
</li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
-
|
|
|
+ <input type="hidden" id="demandId" th:value=${demand.id}>
|
|
|
+ <input type="hidden" id="interestId" th:value=${demand.interestId}>
|
|
|
<footer>
|
|
|
<div class="container">
|
|
|
<a href="#">联系我们</a> <a href="#">联系我们</a> <a href="#">联系我们</a> <a
|