564e3119 by lttnew
2 parents c24dbde7 cf0006a0
......@@ -545,7 +545,6 @@ function submitForm2(flag) {
return
}
}
if (flag === 1) {
if (infoList.value.length == 0) {
uni.showToast({title: '请选择考生', icon: 'none'})
......@@ -557,11 +556,14 @@ function submitForm2(flag) {
content: `请确认人员照片是否已更新?`,
success: function (res) {
if (res.confirm) {
saveStep2(flag).then(() => {
// saveStep2(flag).then(() => {
// uni.navigateTo({
// url: `/level/paymentDetail?examId=${form.value.examId}`
// })
// })
uni.navigateTo({
url: `/level/paymentDetail?examId=${form.value.examId}`
})
})
}
}
})
......
......@@ -52,7 +52,7 @@
<script setup>
import {ref} from 'vue'
import {onLoad,onShow, onReachBottom} from '@dcloudio/uni-app'
import {onLoad, onShow, onReachBottom} from '@dcloudio/uni-app'
import {getMyRecentExam} from '@/common/api'
const app = getApp()
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!