f120f0ea by lttnew

省级指派放开+级位考试优化+考点申请同步pc

1 parent f813fede
// dev
// const baseUrl_api = 'http://192.168.1.222:8787'
const baseUrl_api = 'http://192.168.1.222:8787'
// const baseUrl_api = 'http://47.98.186.233:8787'
const baseUrl_api = 'https://tk001.wxjylt.com/stage-api/'
// const baseUrl_api = 'https://tk001.wxjylt.com/stage-api/'
const loginImage_api = 'https://tk001.wxjylt.com/stage-api'
const payUrl = 'https://wxpay.cmbc.com.cn/mobilePlatform/appserver/lcbpPay.do'
......
<template>
<view>
<view class="apply-detail-page">
<view class="wBox">
<view class="tt">考级基本信息</view>
<view class="ddd">
......@@ -228,6 +228,12 @@
</script>
<style scoped lang="scss">
.apply-detail-page {
min-height: 100vh;
padding-bottom: calc(60rpx + env(safe-area-inset-bottom));
box-sizing: border-box;
}
.wBox {
width: 700rpx;
padding: 30rpx;
......
......@@ -12,7 +12,7 @@
<radio :checked="form.selfSelect == '1'" class="custom-radio" value="1"/>
<text class="radio-text">自行录入考官(级位考官)</text>
</label>
<label v-if="shenForm.memberEpAudit==1" class="radio-item">
<label class="radio-item">
<radio :checked="form.selfSelect == '0'" class="custom-radio" value="0"/>
<text class="radio-text">省跆协指派考官</text>
</label>
......
......@@ -405,10 +405,11 @@ function checkDialogs() {
async function checkExamPointDialog() {
console.log('checkExamPointDialog', app.globalData.userInfo.hintFlag )
const [err, res] = await to(api.getMyRecentExam())
if (err || !res?.data) return
const status = res.data?.auditStatus
if ((status == 0 || status == 3) &&
// const [err, res] = await to(api.getMyRecentExam())
// if (err || !res?.data) return
// const status = res.data?.auditStatus
// (status == 0 || status == 3) &&
if (
app.globalData.memberInfo?.activeStatus == 1 &&
app.globalData.authenticationStatus == 2 &&
app.globalData.deptType == 6 &&
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!