From bfd70830b78bc42e0a284baa044efacc29897cd5 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 28 四月 2026 22:02:46 +0800
Subject: [PATCH] 小程序改bug
---
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