省级指派放开+级位考试优化+考点申请同步pc
Showing
5 changed files
with
16 additions
and
9 deletions
| 1 | // dev | 1 | // dev |
| 2 | // const baseUrl_api = 'http://192.168.1.222:8787' | 2 | const baseUrl_api = 'http://192.168.1.222:8787' |
| 3 | // const baseUrl_api = 'http://47.98.186.233:8787' | 3 | // const baseUrl_api = 'http://47.98.186.233:8787' |
| 4 | const baseUrl_api = 'https://tk001.wxjylt.com/stage-api/' | 4 | // const baseUrl_api = 'https://tk001.wxjylt.com/stage-api/' |
| 5 | const loginImage_api = 'https://tk001.wxjylt.com/stage-api' | 5 | const loginImage_api = 'https://tk001.wxjylt.com/stage-api' |
| 6 | const payUrl = 'https://wxpay.cmbc.com.cn/mobilePlatform/appserver/lcbpPay.do' | 6 | const payUrl = 'https://wxpay.cmbc.com.cn/mobilePlatform/appserver/lcbpPay.do' |
| 7 | 7 | ... | ... |
This diff is collapsed.
Click to expand it.
| 1 | <template> | 1 | <template> |
| 2 | <view> | 2 | <view class="apply-detail-page"> |
| 3 | <view class="wBox"> | 3 | <view class="wBox"> |
| 4 | <view class="tt">考级基本信息</view> | 4 | <view class="tt">考级基本信息</view> |
| 5 | <view class="ddd"> | 5 | <view class="ddd"> |
| ... | @@ -228,6 +228,12 @@ | ... | @@ -228,6 +228,12 @@ |
| 228 | </script> | 228 | </script> |
| 229 | 229 | ||
| 230 | <style scoped lang="scss"> | 230 | <style scoped lang="scss"> |
| 231 | .apply-detail-page { | ||
| 232 | min-height: 100vh; | ||
| 233 | padding-bottom: calc(60rpx + env(safe-area-inset-bottom)); | ||
| 234 | box-sizing: border-box; | ||
| 235 | } | ||
| 236 | |||
| 231 | .wBox { | 237 | .wBox { |
| 232 | width: 700rpx; | 238 | width: 700rpx; |
| 233 | padding: 30rpx; | 239 | padding: 30rpx; |
| ... | @@ -246,4 +252,4 @@ | ... | @@ -246,4 +252,4 @@ |
| 246 | } | 252 | } |
| 247 | } | 253 | } |
| 248 | 254 | ||
| 249 | </style> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 255 | </style> | ... | ... |
| ... | @@ -12,7 +12,7 @@ | ... | @@ -12,7 +12,7 @@ |
| 12 | <radio :checked="form.selfSelect == '1'" class="custom-radio" value="1"/> | 12 | <radio :checked="form.selfSelect == '1'" class="custom-radio" value="1"/> |
| 13 | <text class="radio-text">自行录入考官(级位考官)</text> | 13 | <text class="radio-text">自行录入考官(级位考官)</text> |
| 14 | </label> | 14 | </label> |
| 15 | <label v-if="shenForm.memberEpAudit==1" class="radio-item"> | 15 | <label class="radio-item"> |
| 16 | <radio :checked="form.selfSelect == '0'" class="custom-radio" value="0"/> | 16 | <radio :checked="form.selfSelect == '0'" class="custom-radio" value="0"/> |
| 17 | <text class="radio-text">省跆协指派考官</text> | 17 | <text class="radio-text">省跆协指派考官</text> |
| 18 | </label> | 18 | </label> | ... | ... |
| ... | @@ -405,10 +405,11 @@ function checkDialogs() { | ... | @@ -405,10 +405,11 @@ function checkDialogs() { |
| 405 | 405 | ||
| 406 | async function checkExamPointDialog() { | 406 | async function checkExamPointDialog() { |
| 407 | console.log('checkExamPointDialog', app.globalData.userInfo.hintFlag ) | 407 | console.log('checkExamPointDialog', app.globalData.userInfo.hintFlag ) |
| 408 | const [err, res] = await to(api.getMyRecentExam()) | 408 | // const [err, res] = await to(api.getMyRecentExam()) |
| 409 | if (err || !res?.data) return | 409 | // if (err || !res?.data) return |
| 410 | const status = res.data?.auditStatus | 410 | // const status = res.data?.auditStatus |
| 411 | if ((status == 0 || status == 3) && | 411 | // (status == 0 || status == 3) && |
| 412 | if ( | ||
| 412 | app.globalData.memberInfo?.activeStatus == 1 && | 413 | app.globalData.memberInfo?.activeStatus == 1 && |
| 413 | app.globalData.authenticationStatus == 2 && | 414 | app.globalData.authenticationStatus == 2 && |
| 414 | app.globalData.deptType == 6 && | 415 | app.globalData.deptType == 6 && | ... | ... |
-
Please register or sign in to post a comment