|
@@ -135,6 +135,15 @@
|
|
|
<text class="con">{{item.refundReason}}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <view class="item-row u-flex u-row-between" v-if="item.errReason">
|
|
|
+ <view class="left">
|
|
|
+ <text class="til">驳回原因</text>
|
|
|
+ <text class="con">{{item.errReason}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="right">
|
|
|
+ <!-- <text class="con">{{item.refundReason}}</text> -->
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="box tips parse-content">
|