From 59b1f0e9967902aa10f5e017d5a0bdfd1b60c9ea Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期三, 29 四月 2026 09:42:45 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 small-program/pages/evaluate/evaluate.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/small-program/pages/evaluate/evaluate.vue b/small-program/pages/evaluate/evaluate.vue
index f5d9049..5ec96b4 100644
--- a/small-program/pages/evaluate/evaluate.vue
+++ b/small-program/pages/evaluate/evaluate.vue
@@ -40,9 +40,7 @@
 					<text class="rate-text">{{ form.driverScore }}鏄�</text>
 				</view>
 			</view>
-
 			<view class="divider"></view>
-
 			<view class="rate-block" v-if="info.type ===1 && info.takeShopId ">
 				<view class="title-row">
 					<text class="title-label">鏀朵欢闂ㄥ簵锛�</text>
@@ -197,9 +195,10 @@
 						})
 						try {
 							const uploadResults = await that.uploadFiles(tempFilePaths, maxCount)
+							const addrs = uploadResults.map(item => item.imgaddr)
 							const fullPaths = uploadResults.map(item => item.url || item.path || item)
 							that.photoList = [...that.photoList, ...fullPaths.map(url => ({ url }))]
-							that.form.images = [...that.form.images, ...fullPaths]
+							that.form.images = [...that.form.images, ...addrs]
 							uni.hideLoading()
 							uni.showToast({
 								title: '涓婁紶鎴愬姛',

--
Gitblit v1.9.3