【bug】资料网员的项目详情 不显示项目资料
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user