|
@@ -49,11 +49,12 @@
|
|
|
</view>
|
|
|
<view class="title multi-line" wx:if="{{recordL.attinfos.length}}">提报附件<text>已上传{{recordL.attinfos.length}}个</text></view>
|
|
|
<My_accessory list='{{recordL.attinfos}}' />
|
|
|
- <view style="height: 600px; width: 50rpx;background: red;"></view>
|
|
|
- <view class="footer" style="margin-left: -30rpx;">
|
|
|
- <van-button round custom-class='button' bindtap="reedit">重新编辑</van-button>
|
|
|
- </view>
|
|
|
- <view style="height: 160rpx;" />
|
|
|
+ <block wx:if="{{recordL.status=='新建'}}">
|
|
|
+ <view class="footer" style="margin-left: -30rpx;">
|
|
|
+ <van-button round custom-class='button' bindtap="reedit">重新编辑</van-button>
|
|
|
+ </view>
|
|
|
+ <view style="height: 160rpx;" />
|
|
|
+ </block>
|
|
|
</view>
|
|
|
</van-popup>
|
|
|
|