From 3d3c764a0406cddde5441fb872f33ed183d5b8a4 Mon Sep 17 00:00:00 2001 From: Lj <1095098147@qq.com> Date: Sat, 5 Jul 2025 17:06:22 +0800 Subject: [PATCH] =?UTF-8?q?=E2=80=98=E4=B8=8D=E5=8F=AF=E5=9B=9E=E6=94=B6?= =?UTF-8?q?=E9=87=91=E9=A2=9D=E5=8E=BB=E9=99=A4=E9=BB=98=E8=AE=A4=E4=B8=BA?= =?UTF-8?q?0=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/manager/inspect-result.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/manager/inspect-result.vue b/pages/manager/inspect-result.vue index b80e2dc..7ffe26b 100644 --- a/pages/manager/inspect-result.vue +++ b/pages/manager/inspect-result.vue @@ -243,7 +243,7 @@ export default { this.unrecyclableList.push({ id: item.id, count: item.unrecyclable, - total: 0 + total: item.price }) } })