级位提交审核bug修改
Showing
2 changed files
with
7 additions
and
5 deletions
| ... | @@ -545,7 +545,7 @@ function submitForm2(flag) { | ... | @@ -545,7 +545,7 @@ function submitForm2(flag) { |
| 545 | return | 545 | return |
| 546 | } | 546 | } |
| 547 | } | 547 | } |
| 548 | 548 | debugger | |
| 549 | if (flag === 1) { | 549 | if (flag === 1) { |
| 550 | if (infoList.value.length == 0) { | 550 | if (infoList.value.length == 0) { |
| 551 | uni.showToast({title: '请选择考生', icon: 'none'}) | 551 | uni.showToast({title: '请选择考生', icon: 'none'}) |
| ... | @@ -557,11 +557,14 @@ function submitForm2(flag) { | ... | @@ -557,11 +557,14 @@ function submitForm2(flag) { |
| 557 | content: `请确认人员照片是否已更新?`, | 557 | content: `请确认人员照片是否已更新?`, |
| 558 | success: function (res) { | 558 | success: function (res) { |
| 559 | if (res.confirm) { | 559 | if (res.confirm) { |
| 560 | saveStep2(flag).then(() => { | 560 | // saveStep2(flag).then(() => { |
| 561 | // uni.navigateTo({ | ||
| 562 | // url: `/level/paymentDetail?examId=${form.value.examId}` | ||
| 563 | // }) | ||
| 564 | // }) | ||
| 561 | uni.navigateTo({ | 565 | uni.navigateTo({ |
| 562 | url: `/level/paymentDetail?examId=${form.value.examId}` | 566 | url: `/level/paymentDetail?examId=${form.value.examId}` |
| 563 | }) | 567 | }) |
| 564 | }) | ||
| 565 | } | 568 | } |
| 566 | } | 569 | } |
| 567 | }) | 570 | }) | ... | ... |
| ... | @@ -52,9 +52,8 @@ | ... | @@ -52,9 +52,8 @@ |
| 52 | 52 | ||
| 53 | <script setup> | 53 | <script setup> |
| 54 | import {ref} from 'vue' | 54 | import {ref} from 'vue' |
| 55 | import {onLoad, 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 | import {onShow} from "@/unpackage/dist/dev/mp-weixin/common/vendor"; | ||
| 58 | 57 | ||
| 59 | const app = getApp() | 58 | const app = getApp() |
| 60 | const list = ref([]) | 59 | const list = ref([]) | ... | ... |
-
Please register or sign in to post a comment