From 0ad93f9314ffa6db1c4da2c0be5cec1c02f10bea Mon Sep 17 00:00:00 2001 From: dminyi <1301963064@qq.com> Date: Tue, 10 Sep 2024 10:33:54 +0800 Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh into master --- 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