| @@ -277,7 +277,7 @@ | |||||
| </p> | </p> | ||||
| <script id="collectiveAssetsData" type="text/html"> | <script id="collectiveAssetsData" type="text/html"> | ||||
| {{each collectiveAssetsList as value i}} | {{each collectiveAssetsList as value i}} | ||||
| <div class="centerLeft-center-middle" onclick="goDetail({{value.id}})"> | |||||
| <div class="centerLeft-center-middle" onclick="goDetail({{value.id}})" style="cursor: pointer;"> | |||||
| <!-- 项目<br />公示--> | <!-- 项目<br />公示--> | ||||
| {{if value.projectShowStatus == '已经成交'}} | {{if value.projectShowStatus == '已经成交'}} | ||||
| <p class="centerLeft-center-lable" style="background: #d7d7d7;color: #626262"> | <p class="centerLeft-center-lable" style="background: #d7d7d7;color: #626262"> | ||||
| @@ -352,7 +352,7 @@ | |||||
| </p> | </p> | ||||
| <script id="productionEquipmentData" type="text/html"> | <script id="productionEquipmentData" type="text/html"> | ||||
| {{each productionEquipmentList as value i}} | {{each productionEquipmentList as value i}} | ||||
| <div class="centerLeft-center-middle" onclick="goDetail({{value.id}})"> | |||||
| <div class="centerLeft-center-middle" onclick="goDetail({{value.id}})" style="cursor: pointer;"> | |||||
| <!-- 项目<br />公示--> | <!-- 项目<br />公示--> | ||||
| {{if value.projectShowStatus == '已经成交'}} | {{if value.projectShowStatus == '已经成交'}} | ||||
| <p class="centerLeft-center-lable" style="background: #d7d7d7;color: #626262"> | <p class="centerLeft-center-lable" style="background: #d7d7d7;color: #626262"> | ||||
| @@ -419,7 +419,7 @@ | |||||
| </p> | </p> | ||||
| <script id="waterConservancyFacilitiesData" type="text/html"> | <script id="waterConservancyFacilitiesData" type="text/html"> | ||||
| {{each waterConservancyFacilitiesList as value i}} | {{each waterConservancyFacilitiesList as value i}} | ||||
| <div class="centerLeft-center-middle" onclick="goDetail({{value.id}})"> | |||||
| <div class="centerLeft-center-middle" onclick="goDetail({{value.id}})" style="cursor: pointer;"> | |||||
| <!-- 项目<br />公示--> | <!-- 项目<br />公示--> | ||||
| {{if value.projectShowStatus == '已经成交'}} | {{if value.projectShowStatus == '已经成交'}} | ||||
| <p class="centerLeft-center-lable" style="background: #d7d7d7;color: #626262"> | <p class="centerLeft-center-lable" style="background: #d7d7d7;color: #626262"> | ||||