fix:bug修复
This commit is contained in:
parent
0a6d79e4bc
commit
b225fd874b
|
|
@ -65,7 +65,7 @@
|
||||||
<text>{{ index + 1 }}</text>
|
<text>{{ index + 1 }}</text>
|
||||||
<text>{{ item.realfilename }}</text>
|
<text>{{ item.realfilename }}</text>
|
||||||
</text>
|
</text>
|
||||||
<text catchtap="deleteFile" data-id="{{item.sysdocumentid}}" class="cuIcon-delete del" style="color:red;"></text>
|
<text wx:if="{{!readonly}}" catchtap="deleteFile" data-id="{{item.sysdocumentid}}" class="cuIcon-delete del" style="color:red;"></text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<!-- <view class="grid">
|
<!-- <view class="grid">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user