完善功能
This commit is contained in:
@ -50,7 +50,7 @@
|
||||
<!-- 退款 -->
|
||||
<view class="status-text" style="width: 100%;" v-if="detail.order_status == 5">
|
||||
<view class="d-c-c" style="margin-bottom: 18rpx;" @tap="billPopup = true">
|
||||
<view class="refund-txt">实际退款¥{{ detail.order_amount }}</view>
|
||||
<view class="refund-txt">实际退款¥{{ detail.refund_price }}</view>
|
||||
<!-- <image style="width: 48rpx;height: 48rpx;margin-left: 6rpx;margin-top: 10rpx;" src="@/static/icon/right.png" mode=""></image> -->
|
||||
</view>
|
||||
<view class="">您的订单已取消。期待下次有机会再为您服务!</view>
|
||||
@ -242,10 +242,10 @@
|
||||
<price-format color="#303133" :subscript-size="30" :first-size="30" :second-size="30" price="100"></price-format>
|
||||
</view>
|
||||
</view>
|
||||
<view class="title2 d-b-c">
|
||||
<!-- <view class="title2 d-b-c">
|
||||
<view>灯光费(¥50元/小时)</view>
|
||||
<view>x3</view>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
|
||||
<view class="line"></view>
|
||||
@ -407,7 +407,7 @@
|
||||
function(res) {
|
||||
self.cancelOrderPopup = false;
|
||||
|
||||
uni.showToast({
|
||||
window.uni.showToast({
|
||||
title: '操作成功',
|
||||
duration: 2000,
|
||||
icon: 'success'
|
||||
@ -448,7 +448,7 @@
|
||||
setTimeout(() => {
|
||||
uni.hideLoading();
|
||||
self.getData();
|
||||
}, 500);
|
||||
}, 800);
|
||||
} else {
|
||||
uni.hideLoading();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user