From b830b6a25e8aa0d2ee285d4efd5c12504a3f36a7 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期四, 21 八月 2025 14:57:28 +0800
Subject: [PATCH] 前端
---
small-program/pages/packaging-worker/packaging-worker.vue | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/small-program/pages/packaging-worker/packaging-worker.vue b/small-program/pages/packaging-worker/packaging-worker.vue
index deb0d78..eb714bb 100644
--- a/small-program/pages/packaging-worker/packaging-worker.vue
+++ b/small-program/pages/packaging-worker/packaging-worker.vue
@@ -269,7 +269,7 @@
uni.showToast({ title: '缂栬緫鎴愬姛', icon: 'success', mask: true, duration: 2000 })
setTimeout(() => {
uni.navigateBack({ delta: 1 });
- uni.$emit('refresh')
+ // uni.$emit('refresh')
}, 1500)
}
}
@@ -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