564e3119 by lttnew
2 parents c24dbde7 cf0006a0
...@@ -545,7 +545,6 @@ function submitForm2(flag) { ...@@ -545,7 +545,6 @@ function submitForm2(flag) {
545 return 545 return
546 } 546 }
547 } 547 }
548
549 if (flag === 1) { 548 if (flag === 1) {
550 if (infoList.value.length == 0) { 549 if (infoList.value.length == 0) {
551 uni.showToast({title: '请选择考生', icon: 'none'}) 550 uni.showToast({title: '请选择考生', icon: 'none'})
...@@ -557,11 +556,14 @@ function submitForm2(flag) { ...@@ -557,11 +556,14 @@ function submitForm2(flag) {
557 content: `请确认人员照片是否已更新?`, 556 content: `请确认人员照片是否已更新?`,
558 success: function (res) { 557 success: function (res) {
559 if (res.confirm) { 558 if (res.confirm) {
560 saveStep2(flag).then(() => { 559 // saveStep2(flag).then(() => {
560 // uni.navigateTo({
561 // url: `/level/paymentDetail?examId=${form.value.examId}`
562 // })
563 // })
561 uni.navigateTo({ 564 uni.navigateTo({
562 url: `/level/paymentDetail?examId=${form.value.examId}` 565 url: `/level/paymentDetail?examId=${form.value.examId}`
563 }) 566 })
564 })
565 } 567 }
566 } 568 }
567 }) 569 })
......
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
52 52
53 <script setup> 53 <script setup>
54 import {ref} from 'vue' 54 import {ref} from 'vue'
55 import {onLoad,onShow, onReachBottom} from '@dcloudio/uni-app' 55 import {onLoad, onShow, onReachBottom} from '@dcloudio/uni-app'
56 import {getMyRecentExam} from '@/common/api' 56 import {getMyRecentExam} from '@/common/api'
57 57
58 const app = getApp() 58 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!