diff --git a/pages/market/clue/add_clues.vue b/pages/market/clue/add_clues.vue index 6de92ce..3101c14 100644 --- a/pages/market/clue/add_clues.vue +++ b/pages/market/clue/add_clues.vue @@ -532,6 +532,13 @@ export default { //表单验证 async validatorForm(data) { + if(!data.title){ + uni.showToast({ + title: '线索标题必填', + icon: 'none' + }) + return false + } if(!data.student_name){ uni.showToast({ title: '学员姓名必填',