cf0006a0 by 张猛

级位提交审核bug修改

1 parent 6f6c7894
......@@ -545,7 +545,7 @@ function submitForm2(flag) {
return
}
}
debugger
if (flag === 1) {
if (infoList.value.length == 0) {
uni.showToast({title: '请选择考生', icon: 'none'})
......@@ -557,11 +557,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,9 +52,8 @@
<script setup>
import {ref} from 'vue'
import {onLoad, onReachBottom} from '@dcloudio/uni-app'
import {onLoad, onShow, onReachBottom} from '@dcloudio/uni-app'
import {getMyRecentExam} from '@/common/api'
import {onShow} from "@/unpackage/dist/dev/mp-weixin/common/vendor";
const app = getApp()
const list = ref([])
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!