Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sedu-mobile-v2
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liuzhanxin
sedu-mobile-v2
Commits
0aa8d595
Commit
0aa8d595
authored
Feb 21, 2020
by
zhanxin liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
ab377331
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
49 additions
and
7 deletions
+49
-7
pages.json
cloudTrain/pages.json
+16
-5
security-task-list.vue
cloudTrain/pages/Security-Check/security-task-list.vue
+33
-2
safeEdit.png
cloudTrain/static/security-check/safeEdit.png
+0
-0
safePerson.png
cloudTrain/static/security-check/safePerson.png
+0
-0
safeSys.png
cloudTrain/static/security-check/safeSys.png
+0
-0
safeTime.png
cloudTrain/static/security-check/safeTime.png
+0
-0
No files found.
cloudTrain/pages.json
View file @
0aa8d595
{
{
"pages"
:
[
//pages数组中第一项表示应用启动页,参考:https
:
//uniapp.dcloud.io/collocation/pages
"pages"
:
[
//pages数组中第一项表示应用启动页,参考:https
:
//uniapp.dcloud.io/collocation/pages
{
{
"path"
:
"pages/Security-Check/
index
"
,
"path"
:
"pages/Security-Check/
security-task-list
"
,
"style"
:
{
"style"
:
{
"navigationBarTitleText"
:
"安全检查"
"navigationBarTitleText"
:
"安全检查"
,
"app-plus"
:
{
"titleNView"
:
{
"buttons"
:
[
{
"text"
:
"消息"
,
"fontSize"
:
"14"
}
]
}
}
}
}
},
},
{
{
"path"
:
"pages/Security-Check/
security-task-list"
,
"path"
:
"pages/Security-Check/
index"
,
"style"
:
{
"style"
:
{
"navigationBarTitleText"
:
"安全检查"
"navigationBarTitleText"
:
"安全检查"
}
}
},
},
{
{
"path"
:
"pages/Switch-School/index"
,
"path"
:
"pages/Switch-School/index"
,
...
...
cloudTrain/pages/Security-Check/security-task-list.vue
View file @
0aa8d595
<
template
>
<
template
>
<mescroll-body
ref=
"mescrollRef"
@
init=
"mescrollInit"
:down=
"downOption"
:up=
"upOption"
@
down=
"downCallback"
@
up=
"upCallback"
>
<mescroll-body
ref=
"mescrollRef"
@
init=
"mescrollInit"
:down=
"downOption"
:up=
"upOption"
@
down=
"downCallback"
@
up=
"upCallback"
>
<view
class=
"news-li"
v-for=
"news in dataList"
:key=
"news.id"
>
<view
class=
"news-li"
v-for=
"news in dataList"
:key=
"news.id"
>
<view>
标题
</view>
<view
class=
"top-container"
>
<view
class=
"new-content"
>
内容
</view>
<text>
安全检查任务
</text>
<view
class=
"status"
>
<text
class=
"status-text"
>
未完成0/1
</text>
</view>
</view>
<view><text>
打我撒
</text></view>
<view><image
class=
"icon"
src=
"../../static/security-check/safeTime.png"
><text>
2020-20123
</text></view>
<view><image
class=
"icon"
src=
"../../static/security-check/safeSys.png"
><text>
城建楼宿舍
</text></view>
<view><image
class=
"icon"
src=
"../../static/security-check/safePerson.png"
><text>
陆冬梅
</text></view>
<view><text>
自建任务
</text></view>
</view>
</view>
</mescroll-body>
</mescroll-body>
</
template
>
</
template
>
...
@@ -54,5 +63,27 @@
...
@@ -54,5 +63,27 @@
margin-top
:
10
upx
;
margin-top
:
10
upx
;
margin-left
:
20
upx
;
margin-left
:
20
upx
;
color
:
#666
;
color
:
#666
;
}
.icon
{
width
:
20
rpx
;
height
:
20
rpx
;
}
.top-container
{
display
:
flex
;
flex-direction
:
row
;
align-items
:
center
;
}
.status
{
width
:
140
rpx
;
height
:
50
rpx
;
background-color
:
pink
;
border-radius
:
50
rpx
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
}
.status-text
{
color
:
red
;
font-size
:
13px
;
}
}
</
style
>
</
style
>
cloudTrain/static/security-check/safeEdit.png
0 → 100644
View file @
0aa8d595
755 Bytes
cloudTrain/static/security-check/safePerson.png
0 → 100644
View file @
0aa8d595
941 Bytes
cloudTrain/static/security-check/safeSys.png
0 → 100644
View file @
0aa8d595
628 Bytes
cloudTrain/static/security-check/safeTime.png
0 → 100644
View file @
0aa8d595
1.24 KB
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