Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李俊赕
self-support
Commits
b1267354
Commit
b1267354
authored
May 11, 2021
by
Morson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://git.banshouhui.com/lijundan/self-support
parents
b7efcc25
e317578e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
8 deletions
+12
-8
pages.json
src/pages.json
+2
-2
index.vue
src/pages/mine/cert/index.vue
+10
-6
No files found.
src/pages.json
View file @
b1267354
...
@@ -168,7 +168,7 @@
...
@@ -168,7 +168,7 @@
}
}
},
},
{
{
"path"
:
"cert/
list
"
,
"path"
:
"cert/
index
"
,
"style"
:
{
"style"
:
{
"navigationBarTitleText"
:
"我的证件"
,
"navigationBarTitleText"
:
"我的证件"
,
"navigationStyle"
:
"custom"
"navigationStyle"
:
"custom"
...
@@ -454,7 +454,7 @@
...
@@ -454,7 +454,7 @@
},
},
{
{
"name"
:
"我的 - 我的证件 - 列表"
,
//模式名称
"name"
:
"我的 - 我的证件 - 列表"
,
//模式名称
"path"
:
"pages/mine/cert/
list
"
,
//启动页面,必选
"path"
:
"pages/mine/cert/
index
"
,
//启动页面,必选
"query"
:
""
//启动参数,在页面的onLoad函数里面得到
"query"
:
""
//启动参数,在页面的onLoad函数里面得到
}
}
]
]
...
...
src/pages/mine/cert/
list
.vue
→
src/pages/mine/cert/
index
.vue
View file @
b1267354
<
template
>
<
template
>
<view
class=
"cert-page"
>
<view
class=
"cert-page"
>
<u-navbar
<u-navbar
class=
"navbarHeigth"
back-icon-color=
"#000000"
back-icon-color=
"#000000"
:background=
"background"
:background=
"background"
title-color=
"#000"
title-color=
"#000"
...
@@ -9,9 +10,9 @@
...
@@ -9,9 +10,9 @@
title-bold=
"true"
title-bold=
"true"
></u-navbar>
></u-navbar>
<view
class=
"content-cody"
>
<view
class=
"content-cody"
>
<u-cell-group>
<u-cell-group
:border=
"false"
>
<u-cell-item
v-for=
"item in list"
:title=
"item.name"
:value=
"item.isUploadName"
:arrow=
"true"
<u-cell-item
v-for=
"item in list"
:title=
"item.name"
:value=
"item.isUploadName"
:arrow=
"true"
:value-style=
"
{'color': item.color}" @click="toDetail(item.keyName)">
:value-style=
"
{'color': item.color}" @click="toDetail(item.keyName)"
:title-style="{'padding-left':'20rpx'}"
>
<u-icon
slot=
"icon"
size=
"32"
name=
"checkmark-circle"
:color=
"item.iconColor"
></u-icon>
<u-icon
slot=
"icon"
size=
"32"
name=
"checkmark-circle"
:color=
"item.iconColor"
></u-icon>
</u-cell-item>
</u-cell-item>
</u-cell-group>
</u-cell-group>
...
@@ -129,16 +130,19 @@
...
@@ -129,16 +130,19 @@
.cert-page
{
.cert-page
{
font-size
:
28
rpx
;
font-size
:
28
rpx
;
margin
:
30
rpx
;
margin
:
30
rpx
;
height
:
100vh
;
display
:
flex
;
flex-direction
:
column
;
}
}
.content-cody
{
.content-cody
{
/* padding-left: 30rpx;
padding
:
30
rpx
;
padding-right: 30rpx; */
padding-left
:
30
rpx
;
padding-right
:
30
rpx
;
background-color
:
#ffffff
;
background-color
:
#ffffff
;
border-radius
:
12
rpx
;
border-radius
:
12
rpx
;
height
:
82vh
;
}
}
.rightBlue
{
.rightBlue
{
color
:
#007AFF
;
color
:
#007AFF
;
}
}
</
style
>
</
style
>
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