From 069a551ee29c0340fe9d16492a2213ee53bd15da Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期四, 23 四月 2026 20:06:08 +0800
Subject: [PATCH] 支付宝支付ddd

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

diff --git a/small-program/pages/evaluate/evaluate.vue b/small-program/pages/evaluate/evaluate.vue
index f5d9049..75cfd80 100644
--- a/small-program/pages/evaluate/evaluate.vue
+++ b/small-program/pages/evaluate/evaluate.vue
@@ -197,9 +197,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