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
7084a48e
Commit
7084a48e
authored
Mar 30, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
56e80516
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
6 deletions
+11
-6
message.vue
pages/blindDate/message.vue
+11
-6
No files found.
pages/blindDate/message.vue
View file @
7084a48e
<
template
>
<view
class=
"page"
>
<view
v-for=
"(item,index) in listData"
:key=
"index"
>
<view
class=
"itemBox"
@
click=
"jumpPage(i
ndex
)"
>
<view
class=
"itemBox"
@
click=
"jumpPage(i
tem.key
)"
>
<view
class=
"avatarBox"
>
<image
class=
"imgicon"
:src=
"item.imgurl"
mode=
"widthFix"
></image>
<u-badge
size=
"mini"
class=
"badge"
:absolute=
"false"
:count=
"item.Num"
></u-badge>
...
...
@@ -44,15 +44,15 @@
}
},
methods
:
{
jumpPage
(
index
){
jumpPage
(
key
){
let
url
=
""
;
if
(
index
==
0
){
if
(
key
==
"CircleModel"
){
url
=
"/pages/blindDate/circleNews?pageType=1"
}
else
if
(
index
==
1
){
}
else
if
(
key
==
"SystemModel"
){
url
=
"/pages/blindDate/systemMsg"
}
else
if
(
index
==
2
){
}
else
if
(
key
==
"PPPlusModel"
){
url
=
"/pages/blindDate/circleNews?pageType=2"
}
else
if
(
index
==
3
){
}
else
if
(
key
==
"VisitorModel"
){
url
=
"/pages/blindDate/visitor"
}
uni
.
navigateTo
({
...
...
@@ -71,15 +71,20 @@
for
(
let
key
in
res
.
data
){
if
(
key
==
"CircleModel"
){
res
.
data
.
CircleModel
.
imgurl
=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/Blind-quan.png"
res
.
data
.
CircleModel
.
key
=
"CircleModel"
}
else
if
(
key
==
"PPPlusModel"
){
res
.
data
.
PPPlusModel
.
imgurl
=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/Blind-xitong.png"
res
.
data
.
PPPlusModel
.
key
=
"PPPlusModel"
}
else
if
(
key
==
"SystemModel"
){
res
.
data
.
SystemModel
.
imgurl
=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/Blind-ppplus.png"
res
.
data
.
SystemModel
.
key
=
"SystemModel"
}
else
if
(
key
==
"VisitorModel"
){
res
.
data
.
VisitorModel
.
imgurl
=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/Blind-fangke.png"
res
.
data
.
VisitorModel
.
key
=
"VisitorModel"
}
this
.
listData
.
push
(
res
.
data
[
key
])
}
console
.
log
(
this
.
listData
)
}
}
);
...
...
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