Merge branch 'main' of http://49.235.147.88:3000/zhangkai/dyqc_hdapp
This commit is contained in:
commit
4a983641a4
@ -126,6 +126,39 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
<view class="third flex flex-column" style="justify-content: flex-start;" >
|
||||||
|
<view class="third-center" v-if="info.auth_status == 2">
|
||||||
|
<view class="flex w-100 space-between hui align-items" style="margin-top: 8rpx;">
|
||||||
|
<text>是否同意退款</text>
|
||||||
|
<text style="color: #FF4810;">{{ '否' }}</text>
|
||||||
|
</view>
|
||||||
|
<view class="flex w-100 space-between hui align-items" style="margin-top: 40rpx;">
|
||||||
|
<text>驳回原因</text>
|
||||||
|
<text style="color: #323232;">{{ info.reason }}</text>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
</view>
|
||||||
|
|
||||||
|
<view class="third-center" v-if="info.auth_status == 1">
|
||||||
|
<view class="flex w-100 space-between hui align-items" style="margin-top: 8rpx;">
|
||||||
|
<text>是否同意退款</text>
|
||||||
|
<text style="color: #323232;">{{ "是" }}</text>
|
||||||
|
</view>
|
||||||
|
<view class="flex w-100 space-between hui align-items" style="margin-top: 40rpx;">
|
||||||
|
<text>退款数量</text>
|
||||||
|
<text style="color: #323232;">{{ info.auth_num }}</text>
|
||||||
|
</view>
|
||||||
|
<view class="flex w-100 space-between hui align-items" style="margin-top: 40rpx;">
|
||||||
|
<text>退款金额</text>
|
||||||
|
<text v-if="info.server_status == 3" style="color: #FF4810;font-weight: 600;">¥{{
|
||||||
|
info.first_refundprice }}</text>
|
||||||
|
<text v-if="info.server_status == 6" style="color: #FF4810;font-weight: 600;">¥{{
|
||||||
|
info.total_refundprice}}</text>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
<!-- v-if="detailAny.feel == 0" -->
|
<!-- v-if="detailAny.feel == 0" -->
|
||||||
<view v-if="info.server_status == 3" class="footer"
|
<view v-if="info.server_status == 3" class="footer"
|
||||||
style="display: flex;align-items: center;;justify-content: space-between;gap: 30rpx;">
|
style="display: flex;align-items: center;;justify-content: space-between;gap: 30rpx;">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user