Merge branch 'master' of https://code.itechtop.cn/yangyang/ztx_wx_gzt
Showing
2 changed files
with
6 additions
and
4 deletions
| ... | @@ -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() | ... | ... |
-
Please register or sign in to post a comment