Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
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
xugong
hls-xcmg-vue-app
Commits
a1e12826
Commit
a1e12826
authored
Dec 09, 2019
by
786817560
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'消息图片'
parent
b190fb49
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
noMsg.png
src/assets/messageCenter/noMsg.png
+0
-0
message-list.vue
src/pages/messageCenter/message-list.vue
+10
-4
No files found.
src/assets/messageCenter/noMsg.png
0 → 100644
View file @
a1e12826
37.1 KB
src/pages/messageCenter/message-list.vue
View file @
a1e12826
...
...
@@ -4,14 +4,13 @@
<div
slot=
"center"
class=
"top-word"
>
消息通知
</div>
</h-header>
<!--
<h-content
class=
"content"
>
-->
<div
v-if=
"list.length===0"
class=
"null"
>
<div
v-if=
"list.length===0"
>
<div
class=
"display"
>
<img
src=
"@/assets/contractRepayment/null.png"
alt=
""
>
<p>
暂时没有还款记录
</p>
<div
@
click=
"$routeGo()"
>
返回
</div>
<img
src=
"@/assets/messageCenter/noMsg.png"
alt=
""
>
</div>
</div>
<scroll
v-if=
"list.length !== 0"
ref=
"scroll"
:updateData=
"[list]"
:pullUp=
"true"
class=
"has-header"
@
pullingUp=
"getInfo"
>
<section
v-for=
"(item,parentIndex) in list"
:key=
"parentIndex"
class=
"msg-wrap"
>
...
...
@@ -182,6 +181,13 @@ export default {
// .content {
// padding-top: 10px;
// }
.display {
img {
width: 100%;
height: 100%;
margin-top: -70px;
}
}
.swipeout-list {
height: auto;
padding: 0;
...
...
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