Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
ztx_wx_gzt
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f120f0ea
authored
2026-05-29 16:34:16 +0800
by
lttnew
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
省级指派放开+级位考试优化+考点申请同步pc
1 parent
f813fede
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
8 deletions
config.js
level/addApply.vue
level/applyDetail.vue
myCenter/examPointApply.vue
pages/index/daoGuanPerson.vue
config.js
View file @
f120f0e
// 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'
...
...
level/addApply.vue
View file @
f120f0e
This diff is collapsed.
Click to expand it.
level/applyDetail.vue
View file @
f120f0e
<
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
(
60
rpx
+
env
(
safe-area-inset-bottom
));
box-sizing
:
border-box
;
}
.wBox
{
width
:
700
rpx
;
padding
:
30
rpx
;
...
...
myCenter/examPointApply.vue
View file @
f120f0e
...
...
@@ -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>
...
...
pages/index/daoGuanPerson.vue
View file @
f120f0e
...
...
@@ -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
&&
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment