From b5cc5315b0b2136b2a94a71084355eef7cc2b103 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期六, 25 四月 2026 15:15:59 +0800
Subject: [PATCH] 门店修改面面

---
 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