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
cfb1705a
Commit
cfb1705a
authored
Mar 19, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9e75e803
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
circleNews.vue
pages/blindDate/circleNews.vue
+3
-1
systemMsg.vue
pages/blindDate/systemMsg.vue
+3
-1
visitor.vue
pages/blindDate/visitor.vue
+3
-1
No files found.
pages/blindDate/circleNews.vue
View file @
cfb1705a
...
...
@@ -222,7 +222,9 @@
}
},
onShow
()
{
this
.
setAllMsgSee
()
if
(
this
.
g
.
length
>
0
){
this
.
setAllMsgSee
()
}
},
created
()
{
this
.
mainColor
=
this
.
$uiConfig
.
mainColor
;
...
...
pages/blindDate/systemMsg.vue
View file @
cfb1705a
...
...
@@ -132,7 +132,9 @@
},
onShow
()
{
this
.
getMiaiMessagePageList
();
this
.
setAllMsgSee
();
if
(
this
.
sysMsgData
.
length
>
0
){
this
.
setAllMsgSee
()
}
},
mounted
()
{
uni
.
setNavigationBarTitle
({
...
...
pages/blindDate/visitor.vue
View file @
cfb1705a
...
...
@@ -206,7 +206,9 @@
this
.
pricecolor
=
this
.
$uiConfig
.
pricecolor
;
},
onShow
(){
// this.setAllMsgSee();
if
(
this
.
visitorData
.
length
>
0
){
this
.
setAllMsgSee
()
}
this
.
getMiaiMessageVisitorPageList
()
},
...
...
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