From cb251a9c8e1c4a641ad13d00f3a4e672a53c4079 Mon Sep 17 00:00:00 2001
From: weipengfei <2187978347@qq.com>
Date: Fri, 20 Oct 2023 18:44:26 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=9D=A3=E4=BF=83=E5=9B=A2?=
=?UTF-8?q?=E9=98=9F=E5=AD=A6=E4=B9=A0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
subpkg/townTask/serviceTask4.vue | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/subpkg/townTask/serviceTask4.vue b/subpkg/townTask/serviceTask4.vue
index 8cdbb38..dd6b68b 100644
--- a/subpkg/townTask/serviceTask4.vue
+++ b/subpkg/townTask/serviceTask4.vue
@@ -34,7 +34,8 @@
-
+
+
@@ -108,7 +109,7 @@
async submit() {
if (this.study_photo.length < 5) return Toast('学习照片不能低于5张');
if (!this.sign_in_table) return Toast('签到表照片不能为空');
- // if (this.study_content.trim().length < 50) return Toast('培训内容不得低于50字');
+ if (this.study_content.trim().length < 50) return Toast('培训内容不得低于50字');
await serviceTask4Commit({
id: this.taskInfo.id,
study_photo: this.study_photo,