Commit e72af2a6 authored by youjie's avatar youjie

no message

parent 79d39832
...@@ -242,6 +242,11 @@ ...@@ -242,6 +242,11 @@
}, },
// 删除接口 // 删除接口
DelExamInfo(item){ DelExamInfo(item){
if(!item.ExamId) return uni.showToast({
title:`出错啦,请稍后再试${item.ExamId}`,
icon:'none',
duration: 500
})
uni.showModal({ uni.showModal({
title: '提示', title: '提示',
content: '将要清除此考试数据,是否继续', content: '将要清除此考试数据,是否继续',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment