推送市场信息模块

This commit is contained in:
PC-202311141343\Administrator
2025-08-18 16:30:52 +08:00
parent 46f12f9be4
commit 236c99ad92
18 changed files with 1542 additions and 67 deletions

View File

@@ -174,6 +174,11 @@
title: '提交成功',
icon: 'success'
})
uni.$emit('refreshMarketList');
setTimeout(() => {
uni.navigateBack(1);
}, 1500);
console.log('表单数据:', formData.value)
} catch (err) {
console.log('表单验证失败:', err)