From 7332db34d8927cb4e13ab2c8593c352fec48f0c4 Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期四, 21 八月 2025 10:52:57 +0800 Subject: [PATCH] 优化 --- small-program/pages/using-workers/using-workers.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/small-program/pages/using-workers/using-workers.vue b/small-program/pages/using-workers/using-workers.vue index e073df0..c49c649 100644 --- a/small-program/pages/using-workers/using-workers.vue +++ b/small-program/pages/using-workers/using-workers.vue @@ -210,6 +210,7 @@ }) } else { this.form.linkPhone = this.userInfo.telephone + this.form.linkName = this.userInfo.name this.form.days = option.days this.form.startDate = option.startDate this.form.endDate = option.endDate -- Gitblit v1.9.3