|
@@ -34,7 +34,12 @@
|
|
|
<text class="title">审核说明</text>
|
|
<text class="title">审核说明</text>
|
|
|
<view class="data font-weight">
|
|
<view class="data font-weight">
|
|
|
{{info.status==0?'后台人员审核中,请耐心等待':info.status==1?'金额已入账,如有疑问,请联系相关工作人员':info.rejectReason}}
|
|
{{info.status==0?'后台人员审核中,请耐心等待':info.status==1?'金额已入账,如有疑问,请联系相关工作人员':info.rejectReason}}
|
|
|
-
|
|
|
|
|
|
|
+ </view>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view class="cell dis j-s">
|
|
|
|
|
+ <text class="title">付款凭证</text>
|
|
|
|
|
+ <view class="data">
|
|
|
|
|
+ <u-album :singleSize="240" :urls="urls1" keyName="src2"></u-album>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -60,6 +65,9 @@
|
|
|
time: '',
|
|
time: '',
|
|
|
content: '' //驳回原因
|
|
content: '' //驳回原因
|
|
|
}],
|
|
}],
|
|
|
|
|
+ urls1: [{
|
|
|
|
|
+ src2: "https://uviewui.com/album/1.jpg",
|
|
|
|
|
+ }, ],
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
onShow() {
|
|
onShow() {
|
|
@@ -69,6 +77,7 @@
|
|
|
if (options) {
|
|
if (options) {
|
|
|
this.info = JSON.parse(options.info);
|
|
this.info = JSON.parse(options.info);
|
|
|
console.log(this.info)
|
|
console.log(this.info)
|
|
|
|
|
+ this.urls1[0].src2 = this.info.paymentVoucher
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|