From dad03ab1825aeb4dbafebbf966280e0cf32c8955 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期一, 27 四月 2026 22:33:30 +0800
Subject: [PATCH] 支付宝支付ddd

---
 small-program/pages/delivery-order-detail/delivery-order-detail.vue |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/small-program/pages/delivery-order-detail/delivery-order-detail.vue b/small-program/pages/delivery-order-detail/delivery-order-detail.vue
index d175095..5c8f781 100644
--- a/small-program/pages/delivery-order-detail/delivery-order-detail.vue
+++ b/small-program/pages/delivery-order-detail/delivery-order-detail.vue
@@ -74,7 +74,7 @@
 					</view>
 				</view>
 			</view>
-			<view class="item" v-if="info.refundInfo">
+			<!-- <view class="item" v-if="info.refundInfo">
 				<view class="tuikuan">
 					<view class="tuikuan-top">
 						<text>閫�娆鹃噾棰�</text>
@@ -88,7 +88,7 @@
 						<text v-if="info.refundInfo.status  !== 1">{{info.refundInfo.createTime || ''}}</text>
 					</view>
 				</view>
-			</view>
+			</view> -->
 			<view class="item" v-if="info.commentStatus === 1">
 				<view class="comment">
 					<view class="comment-top">
@@ -110,7 +110,7 @@
 				<view class="tuikuan">
 					<view class="tuikuan-top">
 						<text>閫�娆鹃噾棰�</text>
-						<text>楼{{((info.refundInfo.refundAmount || 0)/100).toFixed(2)}}</text>
+						<text>{{((info.refundInfo.refundAmount || 0)/100).toFixed(2)}}</text>
 					</view>
 					<view class="tuikuan-bottom">
 						<text v-if="info.refundInfo.status === 0">閫�娆句腑</text>
@@ -137,7 +137,7 @@
 				<view class="item-x"></view>
 				<view class="item-list">
 					<view class="item-list-row">
-						<view class="item-form-label" style="color: #333333; font-size: 28rpx;">鎶ヤ环閲戦</view>
+						<view class="item-form-label" style="color: #333333; font-size: 28rpx;">淇濅环閲戦</view>
 						<view class="item-form-val" style="color: #333333; font-size: 24rpx;">楼{{((info.declaredAmount || 0)/100).toFixed(2)}}</view>
 					</view>
 					<view class="item-list-row">
@@ -215,8 +215,8 @@
 		<view class="tips" v-if="info.overdueStatus !==0">
 			<image src="/static/icon/ic_waring@2x.png" mode="widthFix"></image>
 			<text  v-if="info.overdueStatus ===1">宸茶秴杩囧彇浠舵椂闂达紝宸蹭骇鐢熻秴鏃惰垂鐢細楼{{((info.overdueFee || 0)/100).toFixed(2)}}鍏�</text> 
-			<text  v-if="info.overdueStatus ===2">宸茶秴杩囧彇浠舵椂闂达紝闇�瑕佹敮浠樿秴鏃惰垂鐢細楼{{((info.overdueFee || 0)/100).toFixed(2)}}鍏�</text>
-			<text  v-if="info.overdueStatus ===3">瓒呰繃鍙栦欢鏃堕棿锛屽凡鏀粯瓒呮椂璐圭敤锛毬{((info.overdueFee || 0)/100).toFixed(2)}}鍏�</text>
+			<text  v-if="info.overdueStatus ===3">宸茶秴杩囧彇浠舵椂闂达紝闇�瑕佹敮浠樿秴鏃惰垂鐢細楼{{((info.overdueFee || 0)/100).toFixed(2)}}鍏�</text>
+			<text  v-if="info.overdueStatus ===4">瓒呰繃鍙栦欢鏃堕棿锛屽凡鏀粯瓒呮椂璐圭敤锛毬{((info.overdueFee || 0)/100).toFixed(2)}}鍏�</text>
 		</view> 
 		<view class="footer" v-if="info.type===0">
 			<view class="footer-btns">
@@ -226,7 +226,7 @@
 				<view class="btn you"  @click="payOrder(info)" v-if="info.status ===0">绔嬪嵆鏀粯</view>
 <!-- 				<view class="btn you" v-if="info.status >=1 &&info.status <7 " @click="openQrcode(info)" >鏍搁攢鐮�</view>
  -->			<view class="btn you" @click="evaluateOrder(info)" v-if="info.status ===7 && !info.commentStatus ">璇勪环璁㈠崟</view>
-				<view class="btn you" @click="payOrderFee(info)" v-if="info.status ===5 && info.overdueStatus===2 ">绔嬪嵆鏀粯</view>
+				<view class="btn you" @click="payOrderFee(info)" v-if="info.status ===5 && info.overdueStatus===3 ">绔嬪嵆鏀粯</view>
 			</view>
 		</view>
 		<view class="footer" v-if="info.type===1">
@@ -241,7 +241,7 @@
 <!-- 				<view class="btn you" v-if="info.status ===1 || (info.takeShopId && info.status ===5)" @click="openQrcode(info)" >鏍搁攢鐮�</view>
  -->				<view class="btn you"  @click="doneOrder(info)"  v-if="!info.takeShopId && info.status ===5">纭鏀惰揣</view>
 				<view class="btn you"  @click="evaluateOrder(info)" v-if="info.status ===7 && !info.commentStatus ">璇勪环璁㈠崟</view>
-				<view class="btn you" @click="payOrderFee(info)" v-if="info.status ===5 && info.overdueStatus ===2">绔嬪嵆鏀粯</view>
+				<view class="btn you" @click="payOrderFee(info)" v-if="info.status ===5 && info.overdueStatus ===3">绔嬪嵆鏀粯</view>
 			</view>
 		</view>
 		<u-popup :show="showPhone" round="15" mode="bottom" :safeAreaInsetBottom="true"  @close="contactPhone()" :closeable="true" :closeOnClickOverlay="true">
@@ -343,6 +343,9 @@
 			}
 		},
 		onShow() {
+		},
+		onLoad(options) {
+			this.id = options.id
 			this.info={}
 			this.showDone=false
 			this.showCancel=false
@@ -352,9 +355,6 @@
 			this.showPhone=false
 			this.getUserDetail() 
 			this.linkItem={title:'',linkname:'',linkphone:''}
-		},
-		onLoad(options) {
-			this.id = options.id
 		},
 		methods:{
 			previewImage(images,index = 0) {

--
Gitblit v1.9.3