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
7a8d3769
Commit
7a8d3769
authored
Apr 19, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
0be07502
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
14 deletions
+13
-14
friendcircle.vue
pages/friendcircle/friendcircle.vue
+13
-14
No files found.
pages/friendcircle/friendcircle.vue
View file @
7a8d3769
...
...
@@ -344,13 +344,10 @@
<view
v-for=
"(item, iq) in x.commentList"
:key=
"iq"
style=
"width: 100%;margin-bottom: 7px;"
@
longpress=
'longpress(x,i,item,iq)'
>
<view
class=
"text comment-list"
:style=
"
{color:mainColor}" @click="goUserinfo(item,2)">
{{
item
.
empName
}}
<text
@
click=
"huifu(x,i,item,iq)"
>
<text
style=
"color: #333333;margin: 0 3px;"
v-if=
"item.byReplayEmpId>0"
>
回复
</text>
{{
item
.
byReplayEmpId
>
0
?
item
.
byReplayEmpName
:
''
}}
</text>
<text
style=
"color: #333333;margin: 0 3px;"
v-if=
"item.byReplayEmpId>0"
>
回复
</text>
{{
item
.
byReplayEmpId
>
0
?
item
.
byReplayEmpName
:
''
}}
</view>
<view
class=
"text2"
>
{{
item
.
content
}}
</view>
<view
class=
"text2"
@
click=
"huifu(x,i,item,iq)"
>
{{
item
.
content
}}
</view>
</view>
</view>
...
...
@@ -607,7 +604,7 @@
this
.
init
();
},
lower
(
e
)
{
console
.
log
(
2
)
if
(
this
.
msg
.
pageIndex
<
this
.
page_count
)
{
this
.
msg
.
pageIndex
++
;
this
.
status
=
"loading"
;
...
...
@@ -740,8 +737,6 @@
}
this
.
placeholder
=
'回复'
+
item
.
empName
}
},
mydelete
(){
//删除自己的回复
this
.
request2
({
...
...
@@ -763,7 +758,7 @@
},
addComment
()
{
this
.
u
=
uni
.
getStorageSync
(
"mall_UserInfo"
);
console
.
log
(
this
.
u
)
if
(
!
this
.
u
)
{
this
.
u
=
{
nickName
:
"未登录"
,
...
...
@@ -917,14 +912,18 @@
innerAudioContext
.
stop
();
},
goUserinfo
(
x
,
type
){
//用户信息
let
UserId
=
x
.
createEmpId
if
(
type
==
2
){
UserId
=
x
.
empId
}
uni
.
navigateTo
({
url
:
'/pages/blindDate/persondetails?UserId='
+
UserId
});
innerAudioContext
.
stop
();
if
(
this
.
IsOpenMiAi
==
1
){
uni
.
navigateTo
({
url
:
'/pages/blindDate/persondetails?UserId='
+
UserId
});
innerAudioContext
.
stop
();
}
}
}
}
...
...
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