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
5ae9c717
Commit
5ae9c717
authored
Nov 09, 2022
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pages冲突
parent
70bf67e2
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
52 additions
and
6 deletions
+52
-6
api/api.ts
+4
-0
pages.json
+15
-0
pages/application-process/basic-info.vue
+9
-0
pages/application-process/work-experience.vue
+9
-0
pages/index/index.vue
+15
-6
No files found.
api/api.ts
View file @
5ae9c717
...
@@ -80,5 +80,9 @@ export default {
...
@@ -80,5 +80,9 @@ export default {
// 相关课程黎贝澳查询
// 相关课程黎贝澳查询
relatedCoursesList
(
params
){
relatedCoursesList
(
params
){
return
request
(
`
${
cffpURL
}
/course/relatedCoursesList`
,
"POST"
,
params
)
return
request
(
`
${
cffpURL
}
/course/relatedCoursesList`
,
"POST"
,
params
)
},
//邀请加盟与申请加盟保存接口
saveApplyInfo
(
params
){
return
request
(
`
${
cffpURL
}
/partner/saveApplyInfo`
,
"POST"
,
params
)
}
}
}
}
pages.json
View file @
5ae9c717
...
@@ -72,6 +72,21 @@
...
@@ -72,6 +72,21 @@
"navigationBarTitleText"
:
"消息详情"
,
"navigationBarTitleText"
:
"消息详情"
,
"enablePullDownRefresh"
:
false
"enablePullDownRefresh"
:
false
}
}
},{
"path"
:
"pages/application-process/basic-info"
,
"style"
:
{
"navigationBarTitleText"
:
"基本资料"
,
"enablePullDownRefresh"
:
false
}
},
{
"path"
:
"pages/application-process/work-experience"
,
"style"
:
{
"navigationBarTitleText"
:
"从业经历"
,
"enablePullDownRefresh"
:
false
}
}
}
],
],
"tabBar"
:
{
"tabBar"
:
{
...
...
pages/application-process/basic-info.vue
0 → 100644
View file @
5ae9c717
<
template
>
</
template
>
<
script
>
</
script
>
<
style
>
</
style
>
\ No newline at end of file
pages/application-process/work-experience.vue
0 → 100644
View file @
5ae9c717
<
template
>
</
template
>
<
script
>
</
script
>
<
style
>
</
style
>
\ No newline at end of file
pages/index/index.vue
View file @
5ae9c717
...
@@ -66,10 +66,10 @@
...
@@ -66,10 +66,10 @@
data
()
{
data
()
{
return
{
return
{
featureLists
:[
featureLists
:[
{
key
:
'00'
,
name
:
'销售课程'
,
icon
:
'salesCourse'
,
link
:
''
,
isOpen
:
tru
e
},
{
key
:
'00'
,
name
:
'销售课程'
,
icon
:
'salesCourse'
,
link
:
''
,
isOpen
:
fals
e
},
{
key
:
'01'
,
name
:
'我的积分'
,
icon
:
'integral'
,
link
:
''
,
isOpen
:
false
},
{
key
:
'01'
,
name
:
'我的积分'
,
icon
:
'integral'
,
link
:
''
,
isOpen
:
false
},
{
key
:
'02'
,
name
:
'申请加盟'
,
icon
:
'applyJoin'
,
link
:
''
,
isOpen
:
true
},
{
key
:
'02'
,
name
:
'申请加盟'
,
icon
:
'applyJoin'
,
link
:
'
../pages/application-process/basic-info
'
,
isOpen
:
true
},
{
key
:
'03'
,
name
:
'学习认证'
,
icon
:
'learningCertify'
,
link
:
''
,
isOpen
:
tru
e
},
{
key
:
'03'
,
name
:
'学习认证'
,
icon
:
'learningCertify'
,
link
:
''
,
isOpen
:
fals
e
},
{
key
:
'04'
,
name
:
'邀请加盟'
,
icon
:
'shareJoin'
,
link
:
''
,
isOpen
:
true
},
{
key
:
'04'
,
name
:
'邀请加盟'
,
icon
:
'shareJoin'
,
link
:
''
,
isOpen
:
true
},
{
key
:
'05'
,
name
:
'我的分享'
,
icon
:
'share'
,
link
:
''
,
isOpen
:
true
},
{
key
:
'05'
,
name
:
'我的分享'
,
icon
:
'share'
,
link
:
''
,
isOpen
:
true
},
{
key
:
'06'
,
name
:
'我的团队'
,
icon
:
'team'
,
link
:
''
,
isOpen
:
true
},
{
key
:
'06'
,
name
:
'我的团队'
,
icon
:
'team'
,
link
:
''
,
isOpen
:
true
},
...
@@ -104,9 +104,18 @@
...
@@ -104,9 +104,18 @@
methods
:
{
methods
:
{
featureSelect
(
featureItem
){
featureSelect
(
featureItem
){
console
.
log
(
featureItem
)
console
.
log
(
featureItem
)
uni
.
switchTab
({
if
(
featureItem
.
isOpen
){
url
:
featureItem
.
link
uni
.
switchTab
({
})
url
:
featureItem
.
link
})
}
else
{
uni
.
showToast
({
title
:
'此功能暂未开放,敬请期待。'
,
duration
:
2000
,
icon
:
'none'
})
}
},
},
queryAreaCenterInfo
(){
queryAreaCenterInfo
(){
api
.
queryAreaCenterInfo
({
userId
:
1
}).
then
((
res
)
=>
{
api
.
queryAreaCenterInfo
({
userId
:
1
}).
then
((
res
)
=>
{
...
...
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