From 37b1176f4b37260bd455891898ed1258c6421607 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期四, 21 八月 2025 15:28:00 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 small-program/pages/packaging-worker/packaging-worker.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/small-program/pages/packaging-worker/packaging-worker.vue b/small-program/pages/packaging-worker/packaging-worker.vue
index 7a052b3..eb714bb 100644
--- a/small-program/pages/packaging-worker/packaging-worker.vue
+++ b/small-program/pages/packaging-worker/packaging-worker.vue
@@ -313,8 +313,10 @@
 				this.form.carType = id
 				if (id === 0) {
 					this.form.priceUnit = '鍏�/浜�/澶�'
-				} else {
+				} else if (id === 1) {
 					this.form.priceUnit = '鍏�/浜�/灏忔椂'
+				} else {
+					this.form.priceUnit = '鍏�/鏂�'
 				}
 			},
 			confirmCategary(e) {

--
Gitblit v1.9.3