From e923a8056d898370fa5db8526f11636b9ed4be80 Mon Sep 17 00:00:00 2001 From: ywyonui Date: Fri, 12 Sep 2025 20:12:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=B9=E5=90=8D=E6=8F=90=E4=BA=A4=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/view/routine/jc/components/dm.vue | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/pages/view/routine/jc/components/dm.vue b/src/pages/view/routine/jc/components/dm.vue index 397a99b..015e4c1 100644 --- a/src/pages/view/routine/jc/components/dm.vue +++ b/src/pages/view/routine/jc/components/dm.vue @@ -160,16 +160,14 @@ const tjDm = debounce(async () => { xsList: dmXsList, ptJsList: dmJsList }; - console.log('提交数据:', dmData); - // return; + uni.showLoading({ + title: '提交中...', + mask: true + }); // 提交点名数据 const response = await submitJcDmDataApi(dmData); + uni.hideLoading(); if (response.result) { - uni.showToast({ - title: '提交成功', - icon: 'success' - }) - // 重置表单 curNj.value = null curBj.value = null @@ -177,7 +175,6 @@ const tjDm = debounce(async () => { photoList: [], videoList: [] }; - // 返回上一页 uni.navigateBack() } else {