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
b6f5a40a
Commit
b6f5a40a
authored
Mar 18, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
acc28e46
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
3 deletions
+13
-3
circleNews.vue
pages/blindDate/circleNews.vue
+7
-2
mydetails.vue
pages/friendcircle/mydetails.vue
+6
-1
No files found.
pages/blindDate/circleNews.vue
View file @
b6f5a40a
...
...
@@ -10,7 +10,7 @@
<view
class=
"ftBox"
v-if=
"type==1"
>
<view
class=
"interDList"
v-for=
"(x, i) in g"
:key=
"i"
>
<view
class=
"box-top"
>
<view
class=
"box-top-l"
@
click
.
native
.
stop=
"goUserinfo(x)"
>
<view
class=
"box-top-l"
>
<u-avatar
:src=
"x.Photo"
size=
"80"
></u-avatar>
<image
class=
"gstyle"
v-if=
"x.Sex==1"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan-b.png"
>
...
...
@@ -68,7 +68,7 @@
<view
class=
"ftBox"
v-if=
"type==2"
>
<view
class=
"interDList"
v-for=
"(x, i) in g"
:key=
"i"
>
<view
class=
"box-top"
>
<view
class=
"box-top-l"
@
click
.
native
.
stop=
"goUserinfo(x)"
>
<view
class=
"box-top-l"
>
<u-avatar
:src=
"x.Photo"
size=
"80"
></u-avatar>
<image
class=
"gstyle"
v-if=
"x.Sex==1"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan-b.png"
>
...
...
@@ -200,6 +200,11 @@
url
:
'/pages/friendcircle/mydetails?ID='
+
x
.
Id
+
'&index='
+
-
1
})
},
goUserinfo
(
x
){
uni
.
navigateTo
({
url
:
'/pages/blindDate/persondetails?UserId='
+
x
.
UserId
});
},
//设置全部消息为已看
setAllMsgSee
()
{
this
.
request2
({
...
...
pages/friendcircle/mydetails.vue
View file @
b6f5a40a
...
...
@@ -194,7 +194,7 @@
<u-empty
v-if=
"loading==true"
text=
"网络出现故障"
mode=
"wifi"
></u-empty>
<view
class=
"box"
v-if=
"loading==false"
@
click=
"blurc"
>
<view
class=
"ftBox"
>
<view
class=
"ftBox-left"
>
<view
class=
"ftBox-left"
@
click=
"goUserinfo(detial)"
>
<u-avatar
:src=
"detial.crearteEmPhoto"
size=
'80'
mode=
"square"
></u-avatar>
</view>
<view
class=
"ftBox-right"
>
...
...
@@ -561,6 +561,11 @@
}
);
},
goUserinfo
(
x
){
uni
.
navigateTo
({
url
:
'/pages/blindDate/persondetails?UserId='
+
x
.
createEmpId
});
},
paste
(){
//复制
uni
.
setClipboardData
({
data
:
this
.
user
.
item
.
content
,
...
...
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