【bug】资料网员的项目详情 不显示项目资料

This commit is contained in:
fengachen
2021-10-25 11:43:15 +08:00
parent c15d7ca29b
commit 83a5a8bf7e
2 changed files with 8 additions and 1 deletions
+2 -1
View File
@@ -65,7 +65,8 @@
</view>
<text wx:if="{{noticeFileList.length == 0}}">无</text>
</view>
<view style="height: auto !important;">
<!-- 资料网员的项目详情不显示项目资料 -->
<view style="height: auto !important;" wx:if="{{showProjectData}}">
<text>项目资料</text>
<view class="info-file" wx:if="{{projectFileList && projectFileList.length}}">
<text class='color-green' data-file="{{item}}" wx:for="{{projectFileList}}" wx:key='item'