点名提交提示

This commit is contained in:
ywyonui 2025-09-12 20:12:48 +08:00
parent efa4bb3732
commit e923a8056d

View File

@ -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 {