sunfengxiang 3 лет назад
Родитель
Сommit
42d8cf8cee
1 измененных файлов: 3 добавлений и 3 удалений
  1. +3
    -3
      index.html

+ 3
- 3
index.html Просмотреть файл

@@ -277,7 +277,7 @@
</p>
<script id="collectiveAssetsData" type="text/html">
{{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 />公示-->
{{if value.projectShowStatus == '已经成交'}}
<p class="centerLeft-center-lable" style="background: #d7d7d7;color: #626262">
@@ -352,7 +352,7 @@
</p>
<script id="productionEquipmentData" type="text/html">
{{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 />公示-->
{{if value.projectShowStatus == '已经成交'}}
<p class="centerLeft-center-lable" style="background: #d7d7d7;color: #626262">
@@ -419,7 +419,7 @@
</p>
<script id="waterConservancyFacilitiesData" type="text/html">
{{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 />公示-->
{{if value.projectShowStatus == '已经成交'}}
<p class="centerLeft-center-lable" style="background: #d7d7d7;color: #626262">


Загрузка…
Отмена
Сохранить