From c40d633a40af62b708063ab466e62a0fa9eff3c0 Mon Sep 17 00:00:00 2001 From: fp <381288604@qq.com> Date: Tue, 15 Jul 2025 14:23:56 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E8=A7=88=E5=9B=BE=E7=89=87=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/tabBar/xjPage/xjRecord.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/tabBar/xjPage/xjRecord.vue b/pages/tabBar/xjPage/xjRecord.vue index 8179971..a273fdd 100644 --- a/pages/tabBar/xjPage/xjRecord.vue +++ b/pages/tabBar/xjPage/xjRecord.vue @@ -158,7 +158,7 @@ export default { handlePreviewImage(list, index) { const filePaths = list - .filter((item) => item.format == "image") + .filter((item) => item.format == "image/jpeg") .map((item) => item.url); uni.previewImage({ urls: filePaths,