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
a83a1a6d
Commit
a83a1a6d
authored
Jan 08, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
4cf71019
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
7 deletions
+19
-7
friendcircle.vue
pages/friendcircle/friendcircle.vue
+17
-6
release.vue
pages/friendcircle/release.vue
+2
-1
No files found.
pages/friendcircle/friendcircle.vue
View file @
a83a1a6d
...
@@ -36,11 +36,12 @@
...
@@ -36,11 +36,12 @@
display
:
flex
;
flex-direction
:
row
;
display
:
flex
;
flex-direction
:
row
;
align-items
:
center
;
align-items
:
center
;
justify-content
:
space-between
;
justify-content
:
space-between
;
position
:
relative
;
position
:
relative
;
margin-top
:
3px
;
}
}
.friendcircle
.r-sj-d
{
.friendcircle
.r-sj-d
{
width
:
2
4
px
;
width
:
2
6
px
;
height
:
1
7
px
;
height
:
1
9
px
;
background
:
#F5F5F5
;
background
:
#F5F5F5
;
border-radius
:
3px
;
border-radius
:
3px
;
display
:
flex
;
flex-direction
:
row
;
display
:
flex
;
flex-direction
:
row
;
...
@@ -60,7 +61,7 @@
...
@@ -60,7 +61,7 @@
align-items
:
center
;
align-items
:
center
;
justify-content
:
space-around
;
justify-content
:
space-around
;
position
:
absolute
;
position
:
absolute
;
right
:
2
6
px
;
right
:
2
9
px
;
bottom
:
-5px
;
bottom
:
-5px
;
font-size
:
11px
;
font-size
:
11px
;
color
:
#FFFFFF
;
color
:
#FFFFFF
;
...
@@ -245,7 +246,7 @@
...
@@ -245,7 +246,7 @@
</view>
</view>
<view
class=
"dianrow"
@
click=
"pinglun(x,i)"
>
<view
class=
"dianrow"
@
click=
"pinglun(x,i)"
>
<u-icon
name=
"comment-
circle-
o"
:size=
"30"
color=
"#FFF"
></u-icon>
<u-icon
name=
"comment-o"
:size=
"30"
color=
"#FFF"
></u-icon>
<text>
<text>
评论
评论
</text>
</text>
...
@@ -266,7 +267,7 @@
...
@@ -266,7 +267,7 @@
<view
class=
"areagood"
v-if=
" x.commentList.length>0"
>
<view
class=
"areagood"
v-if=
" x.commentList.length>0"
>
<u-icon
name=
"comment-o"
:size=
"30"
color=
"#737373"
style=
'margin-top: 2px;'
></u-icon>
<u-icon
name=
"comment-o"
:size=
"30"
color=
"#737373"
style=
'margin-top: 2px;'
></u-icon>
<view
class=
"areagood-r"
>
<view
class=
"areagood-r"
>
<view
v-for=
"(item, iq) in x.commentList"
:key=
"iq"
style=
"width: 100%;margin-bottom:
10
px;"
@
click=
"huifu(x,i,item,iq)"
>
<view
v-for=
"(item, iq) in x.commentList"
:key=
"iq"
style=
"width: 100%;margin-bottom:
7
px;"
@
click=
"huifu(x,i,item,iq)"
>
<view
class=
"text comment-list"
>
<view
class=
"text comment-list"
>
{{
item
.
empName
}}
{{
item
.
empName
}}
<text
style=
"color: #333333;margin: 0 3px;"
v-if=
"item.byReplayEmpId>0"
>
回复
</text>
<text
style=
"color: #333333;margin: 0 3px;"
v-if=
"item.byReplayEmpId>0"
>
回复
</text>
...
@@ -521,6 +522,16 @@
...
@@ -521,6 +522,16 @@
}
}
if
(
this
.
msg
.
UserId
==
this
.
user
.
item
.
empId
){
//自己点自己的时候处理
if
(
this
.
msg
.
UserId
==
this
.
user
.
item
.
empId
){
//自己点自己的时候处理
this
.
show
=
true
this
.
show
=
true
}
else
{
this
.
focu
=
true
;
this
.
choiceId
=
x
.
id
;
this
.
$forceUpdate
()
this
.
commentMsg
=
{
ArticleId
:
x
.
id
,
CommentId
:
item
.
commentId
,
Content
:
''
,
}
this
.
placeholder
=
'回复'
+
item
.
empName
}
}
...
...
pages/friendcircle/release.vue
View file @
a83a1a6d
...
@@ -158,7 +158,8 @@
...
@@ -158,7 +158,8 @@
<textarea
placeholder=
"今天又什么可以给大家分享呢?"
style=
"width: 100%;height: 100px;"
maxlength=
'-1'
confirm-type=
'done'
v-model=
"addMsg.Content"
>
<textarea
placeholder=
"今天又什么可以给大家分享呢?"
style=
"width: 100%;height: 100px;"
maxlength=
'-1'
confirm-type=
'done'
v-model=
"addMsg.Content"
>
</textarea>
</textarea>
<text
v-if=
'addMsg.FileType==1 || addMsg.FileType==2'
style=
"font-size: 12px;color: #333333"
>
上传图片或者视频
<span
style=
'color: ;#A9A9A9'
>
(图片无上限)
</span>
</text>
<text
v-if=
'addMsg.FileType==1 '
style=
"font-size: 12px;color: #333333"
>
上传图片
<span
style=
'color: ;#A9A9A9'
>
(图片无上限)
</span>
</text>
<text
v-if=
' addMsg.FileType==2'
style=
"font-size: 12px;color: #333333"
>
上传视频
</text>
<view
style=
"width: 100%;margin-top: 15px;"
>
<view
style=
"width: 100%;margin-top: 15px;"
>
<u-upload
:action=
"action"
:file-list=
"fileList"
@
on-remove=
"onRemove1"
:custom-btn=
"true"
<u-upload
:action=
"action"
:file-list=
"fileList"
@
on-remove=
"onRemove1"
:custom-btn=
"true"
v-if=
'addMsg.FileType==1'
v-if=
'addMsg.FileType==1'
...
...
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