From 2ff67a5096a3fe43c2967c5a84fd78cbb1c0a459 Mon Sep 17 00:00:00 2001
From: liuwh <964324856@qq.com>
Date: Tue, 10 Sep 2024 10:13:35 +0800
Subject: [PATCH] 修改

---
 gz-wxparty/pages/register/index.js |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/gz-wxparty/pages/register/index.js b/gz-wxparty/pages/register/index.js
index 676c490..1b78edc 100644
--- a/gz-wxparty/pages/register/index.js
+++ b/gz-wxparty/pages/register/index.js
@@ -382,13 +382,13 @@
         });
         return;
       }
-      if (!this.data.fileList?.length <= 0) {
-        // 附件上传提示
-        this.setData({
-          showFileTip: true
-        })
-        return;
-      }
+      // if (!this.data.fileList?.length <= 0) {
+      //   // 附件上传提示
+      //   this.setData({
+      //     showFileTip: true
+      //   })
+      //   return;
+      // }
       // 提交AI接口
       this.getaw(newData);
       this.setData({

--
Gitblit v1.8.0