Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
viitto
mallapp
Commits
d15c4af4
Commit
d15c4af4
authored
Apr 20, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
168e2c0b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
9 deletions
+18
-9
circleNews.vue
pages/blindDate/circleNews.vue
+6
-3
systemMsg.vue
pages/blindDate/systemMsg.vue
+6
-3
visitor.vue
pages/blindDate/visitor.vue
+6
-3
No files found.
pages/blindDate/circleNews.vue
View file @
d15c4af4
...
...
@@ -141,6 +141,7 @@
nomore
:
"没有更多了"
,
},
windowWidth
:
0
,
showone
:
true
,
msgType
:
{
}
...
...
@@ -164,6 +165,10 @@
if
(
this
.
page_count
==
1
)
{
this
.
status
=
"nomore"
;
}
if
(
this
.
showone
==
true
&&
this
.
g
.
length
>
0
){
this
.
setAllMsgSee
()
this
.
showone
=
false
}
}
}
);
...
...
@@ -252,9 +257,7 @@
uni
.
setNavigationBarTitle
({
title
:
this
.
pageTitle
,
});
if
(
this
.
g
.
length
>
0
){
this
.
setAllMsgSee
()
}
},
onLoad
(
options
)
{
...
...
pages/blindDate/systemMsg.vue
View file @
d15c4af4
...
...
@@ -63,6 +63,7 @@
loading
:
"努力加载中"
,
nomore
:
"没有更多了"
,
},
showone
:
true
}
},
methods
:
{
...
...
@@ -81,6 +82,10 @@
if
(
this
.
pageCount
==
1
)
{
this
.
status
=
"nomore"
;
}
if
(
this
.
showone
==
true
&&
this
.
sysMsgData
.
length
>
0
){
this
.
setAllMsgSee
()
this
.
showone
=
false
}
}
}
);
...
...
@@ -132,9 +137,7 @@
},
onShow
()
{
this
.
getMiaiMessagePageList
();
if
(
this
.
sysMsgData
.
length
>
0
){
this
.
setAllMsgSee
()
}
},
mounted
()
{
uni
.
setNavigationBarTitle
({
...
...
pages/blindDate/visitor.vue
View file @
d15c4af4
...
...
@@ -111,6 +111,7 @@
loading
:
"努力加载中"
,
nomore
:
"没有更多了"
,
},
showone
:
true
}
},
methods
:
{
...
...
@@ -151,6 +152,10 @@
if
(
this
.
pageCount
==
1
)
{
this
.
status
=
"nomore"
;
}
if
(
this
.
showone
==
true
&&
this
.
visitorData
.
length
>
0
){
this
.
setAllMsgSee
()
this
.
showone
=
false
}
}
}
);
...
...
@@ -215,9 +220,7 @@
uni
.
setNavigationBarTitle
({
title
:
this
.
pageTitle
,
});
if
(
this
.
visitorData
.
length
>
0
){
this
.
setAllMsgSee
()
}
},
updated
()
{
...
...
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