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
55b06f5f
authored
2026-04-23 13:12:49 +0800
by
lttnew
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
考点申请
1 parent
51313627
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
5 deletions
config.js
myCenter/chooseExaminer.vue
myCenter/examPointApply.vue
myCenter/examPointApplyList.vue
pages/index/home.vue
config.js
View file @
55b06f5
// dev
// const baseUrl_api = 'http://192.168.1.1
37
:8787'
// const baseUrl_api = 'http://192.168.1.1
25
:8787'
const
baseUrl_api
=
'https://tk001.wxjylt.com/stage-api/'
const
loginImage_api
=
'http://tk001.wxjylt.com/stage-api'
const
payUrl
=
'https://wxpay.cmbc.com.cn/mobilePlatform/appserver/lcbpPay.do'
...
...
myCenter/chooseExaminer.vue
View file @
55b06f5
This diff is collapsed.
Click to expand it.
myCenter/examPointApply.vue
View file @
55b06f5
...
...
@@ -135,7 +135,7 @@ function onSelfSelectChange(e) {
function
handelAddExamine
()
{
const
chosenStr
=
JSON
.
stringify
(
list
.
value
)
uni
.
navigateTo
({
url
:
`/myCenter/chooseExaminer?memId=
${
memId
.
value
}
&
isValidity=0&
chosen=
${
chosenStr
}
`
url
:
`/myCenter/chooseExaminer?memId=
${
memId
.
value
}
&chosen=
${
chosenStr
}
`
})
}
...
...
myCenter/examPointApplyList.vue
View file @
55b06f5
...
...
@@ -2,7 +2,7 @@
<view
class=
"exam-point-list"
>
<!-- 顶部申请按钮 -->
<view
class=
"apply-btn-box"
>
<button
class=
"apply-btn"
:disabled=
"memberInfo.isPoints==0&&
member
Info.auditStatus==2"
@
click=
"goApply"
>
申请考点
</button>
<button
class=
"apply-btn"
:disabled=
"memberInfo.isPoints==0&&
form
Info.auditStatus==2"
@
click=
"goApply"
>
申请考点
</button>
</view>
<!-- 列表 -->
...
...
@@ -59,6 +59,7 @@ const noMore = ref(false)
const
pageNum
=
ref
(
1
)
const
pageSize
=
ref
(
10
)
const
memberInfo
=
app
.
globalData
.
memberInfo
const
formInfo
=
ref
({})
onLoad
(()
=>
{
loadData
()
})
...
...
@@ -68,6 +69,7 @@ function loadData() {
loading
.
value
=
true
getMyRecent
().
then
(
res
=>
{
formInfo
.
value
=
res
.
data
if
(
res
.
data
&&
res
.
data
.
auditLogs
)
{
try
{
list
.
value
=
JSON
.
parse
(
res
.
data
.
auditLogs
)
...
...
pages/index/home.vue
View file @
55b06f5
...
...
@@ -126,10 +126,10 @@
<image
:src=
"config.baseUrl_api+'/fs/static/icon/25.png'"
/>
证书邮寄
</view>
<view
@
click=
"goPath('/level/ztx/costSettlement')"
>
<
!--
<
view
@
click=
"goPath('/level/ztx/costSettlement')"
>
<image
:src=
"config.baseUrl_api+'/fs/static/icon/10.png'"
/>
证书下载
</view>
</view>
-->
<view
@
click=
"goPath('/personalVip/changeLevel')"
>
<image
:src=
"config.baseUrl_api+'/fs/static/icon/26.png'"
/>
级位变更
...
...
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