From ed750b6d5f11c323fa0b9f7060299cfe61f0007e Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 05 九月 2025 16:36:19 +0800
Subject: [PATCH] 改bug
---
small-program/pages/packaging-worker/packaging-worker.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/small-program/pages/packaging-worker/packaging-worker.vue b/small-program/pages/packaging-worker/packaging-worker.vue
index c77922b..8d2a2ea 100644
--- a/small-program/pages/packaging-worker/packaging-worker.vue
+++ b/small-program/pages/packaging-worker/packaging-worker.vue
@@ -207,7 +207,7 @@
{ name: '鎸夐噸閲忎粯璐�', id: 2 }
],
cateList: [],
- viewStatus: false,
+ viewStatus: true,
workDays: 0
};
},
@@ -232,6 +232,7 @@
})
} else {
+ this.form.linkName = this.userInfo.name
this.form.linkPhone = this.userInfo.telephone
this.form.priceNum1 = option.days
this.form.startDate = option.startDate
--
Gitblit v1.9.3