From 11d96285d0a9f7211445de5c72f4ebe9235bfcd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Wed, 25 Aug 2021 13:37:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E6=A0=B7=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 38 +++++++++------- static/css/index.css | 6 +-- static/images/answer_red.png | Bin 0 -> 1457 bytes static/images/detail_red.png | Bin 0 -> 1245 bytes static/images/modify_red.png | Bin 0 -> 1228 bytes static/images/questions_red.png | Bin 0 -> 1388 bytes static/images/user_index_icon5_red.png | Bin 0 -> 1398 bytes static/images/user_index_icon6_red.png | Bin 0 -> 1452 bytes static/images/user_index_icon7_red.png | Bin 0 -> 1399 bytes static/images/user_index_icon8_red.png | Bin 0 -> 1444 bytes static/js/common/tools.js | 1 + .../project/announcementList/warrantDetail.js | 1 + static/js/project/bidding/biddingList.js | 14 +++++- static/js/project/interact/interact.js | 23 ++++++++-- static/js/project/user/index.js | 43 ++++++++++++++++-- view/bidding/biddingList.html | 2 +- view/interact/interactList.html | 8 ++-- view/listingItems/itemsList.html | 18 +++++++- view/user/user.html | 4 +- 19 files changed, 122 insertions(+), 36 deletions(-) create mode 100644 static/images/answer_red.png create mode 100644 static/images/detail_red.png create mode 100644 static/images/modify_red.png create mode 100644 static/images/questions_red.png create mode 100644 static/images/user_index_icon5_red.png create mode 100644 static/images/user_index_icon6_red.png create mode 100644 static/images/user_index_icon7_red.png create mode 100644 static/images/user_index_icon8_red.png diff --git a/index.html b/index.html index 077c7f4..98bb2e0 100644 --- a/index.html +++ b/index.html @@ -276,27 +276,34 @@ 更多>

@@ -348,7 +354,7 @@ {{each productionEquipmentList as value i}}
- {if value.projectShowStatus == '已经成交'}} + {{if value.projectShowStatus == '已经成交'}}

{{/if}} {{if value.projectShowStatus == '项目公示'}} @@ -415,7 +421,7 @@ {{each waterConservancyFacilitiesList as value i}}

- {if value.projectShowStatus == '已经成交'}} + {{if value.projectShowStatus == '已经成交'}}

{{/if}} {{if value.projectShowStatus == '项目公示'}} @@ -755,8 +761,8 @@