Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CFFP-HB
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chao Sun
CFFP-HB
Commits
727df5ab
Commit
727df5ab
authored
Mar 03, 2023
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
学习认证banner进去bug
parent
ab587cd3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
pages.json
+5
-1
pages/learnCertify/learnCertify.vue
+1
-1
No files found.
pages.json
View file @
727df5ab
...
@@ -71,8 +71,12 @@
...
@@ -71,8 +71,12 @@
"path"
:
"pages/application-process/basic-info"
,
"path"
:
"pages/application-process/basic-info"
,
"style"
:
{
"style"
:
{
"navigationBarTitleText"
:
"基本资料"
,
"navigationBarTitleText"
:
"基本资料"
,
"enablePullDownRefresh"
:
false
"enablePullDownRefresh"
:
false
,
"app-plus"
:
{
"softinputMode"
:
"adjustPan"
}
}
},
},
{
},
{
"path"
:
"pages/application-process/work-experience"
,
"path"
:
"pages/application-process/work-experience"
,
"style"
:
{
"style"
:
{
...
...
pages/learnCertify/learnCertify.vue
View file @
727df5ab
...
@@ -119,7 +119,7 @@
...
@@ -119,7 +119,7 @@
},
},
getLearnCertifyList
()
{
getLearnCertifyList
()
{
api
.
queryCertificateList
({
api
.
queryCertificateList
({
userId
:
this
.
userId
userId
:
uni
.
getStorageSync
(
'cffp_userId'
)
}).
then
((
res
)
=>
{
}).
then
((
res
)
=>
{
console
.
log
(
res
)
console
.
log
(
res
)
if
(
res
[
'success'
])
{
if
(
res
[
'success'
])
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment