123
This commit is contained in:
parent
2c854828b0
commit
18e86e61b0
@ -56,7 +56,7 @@
|
||||
<span class="first-image flex align-items"
|
||||
@click.stop="toMap(detail.latitude, detail.longitude, detail.address_detail)">
|
||||
<image src="/static/center/address.png" mode="" class="icon-size"></image>
|
||||
<span>{{ detail.address }}{{ detail.address_detail }}</span>
|
||||
<span style="width: 590rpx;padding-right: 20rpx;">{{ detail.address }}{{ detail.address_detail }}</span>
|
||||
<image src="/static/detail/daohang.png" class="icon-size" style="width: 50rpx; height: 50rpx;">
|
||||
</image>
|
||||
</span>
|
||||
@ -168,7 +168,7 @@
|
||||
|
||||
|
||||
<view class="footer" style="display: flex;align-items: center;;justify-content: space-between;gap: 30rpx;">
|
||||
<view @click="overlayShow()" style="width: 220rpx;height: 90rpx;">
|
||||
<view v-if="detail.status != -1 && detail.status != -3 && detail.status != 0 && detail.status != 1&& detail.status != 5" @click="overlayShow()" style="width: 220rpx;height: 90rpx;">
|
||||
<image src="@/static/detail/fenxiangsys.png" style="width: 100%;height: 100%;" mode="widthFix">
|
||||
</image>
|
||||
</view>
|
||||
@ -1244,6 +1244,7 @@ export default {
|
||||
|
||||
.footer {
|
||||
width: 93%;
|
||||
padding: 0 30rpx;
|
||||
height: 185rpx;
|
||||
background: #ffffff;
|
||||
border-radius: 0rpx 0rpx 0rpx 0rpx;
|
||||
|
@ -111,7 +111,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="status == -2">
|
||||
<view class="flex" style="margin-top: 24rpx">
|
||||
<view class="flex" style="margin-top: 30rpx">
|
||||
<view class="right flex flex-column" style="align-items: self-start">
|
||||
<view class="flex flex-column">
|
||||
<view class="time flex align-items white-space">
|
||||
@ -119,7 +119,7 @@
|
||||
}}</span>
|
||||
</view>
|
||||
</view>
|
||||
<view style="height: 1px;width: 98%;background-color: #F0F0F0;margin: 30rpx 0px;">
|
||||
<view style="height: 1px;width: 98%;background-color: #eeeeee;margin: 30rpx 0px;">
|
||||
</view>
|
||||
<view class="flex align-items" style="width: 100%;">
|
||||
<view>
|
||||
@ -132,23 +132,31 @@
|
||||
<view
|
||||
style="display: flex;justify-content: space-between;align-items: center;margin-top: 30rpx;padding-right: 30rpx;">
|
||||
<view>
|
||||
<text>退款金额:</text>
|
||||
<text style="font-style: 400;">退款金额:</text>
|
||||
<text v-if="server_status==3"
|
||||
style="color: #FF4810;font-weight: 600;">¥{{ item.first_refundprice }}</text>
|
||||
<text v-if="server_status==6"
|
||||
style="color: #FF4810;font-weight: 600;">¥{{ item.real_refundprice }}</text>
|
||||
</view>
|
||||
<view style="font-size: 26rpx;color: #9C9C9C;">数量:{{ item.num }}</view>
|
||||
<view style="font-size: 26rpx;color: #9C9C9C;">数量:{{ item.auth_num }}</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view
|
||||
style="height: 1px;width: 98%;background-color: #F0F0F0;margin:30rpx 0px 0rpx 0px;">
|
||||
style="height: 1px;width: 98%;background-color: #eeeeee;margin:30rpx 0px 0rpx 0px;">
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="flex align-items"
|
||||
style="justify-content: flex-end;padding: 30rpx 30rpx 30rpx 0rpx;">
|
||||
style="justify-content:space-between;padding: 30rpx">
|
||||
<view style="font-size: 28rpx;color: #323232;">
|
||||
<view v-if="item.auth_status == 1">
|
||||
已同意退款
|
||||
</view>
|
||||
<view v-if="item.auth_status == 2">
|
||||
已驳回
|
||||
</view>
|
||||
</view>
|
||||
<view
|
||||
style="font-weight: 600;font-size: 28rpx;width: 180rpx;height: 70rpx;text-align: center;line-height: 70rpx;background: linear-gradient( 270deg, #FBF66D 0%, #9CEAA2 100%);border-radius: 276rpx;"
|
||||
@click.stop="goAfterInfo(item.id)"> 查看详情 </view>
|
||||
|
Loading…
x
Reference in New Issue
Block a user