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
4cf71019
Commit
4cf71019
authored
Jan 08, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
19bc8699
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
friendcircle.vue
pages/friendcircle/friendcircle.vue
+5
-4
No files found.
pages/friendcircle/friendcircle.vue
View file @
4cf71019
...
...
@@ -256,12 +256,13 @@
<view
class=
"friendarea"
v-if=
"(x.likeList && x.likeList.length>0) || x.commentList && x.commentList.length>0"
>
<!-- //三角形 -->
<view
class=
"sjx"
></view>
<view
class=
"areagood"
v-if=
" x.likeList.length>0"
:style=
"
{'border-bottom':x.commentList.length>0?'1px solid rgb(226, 226, 226)':0}"
>
<view
class=
"areagood"
v-if=
" x.likeList.length>0"
>
<u-icon
name=
"like-o"
:size=
"30"
color=
"#737373"
></u-icon>
<view
class=
"areagood-r text"
>
<text
v-for=
"(item, iq) in x.likeList"
:key=
"iq"
>
{{
item
.
empName
}}{{
x
.
likeList
.
length
!=
iq
+
1
?
'、'
:
''
}}
</text>
</view>
</view>
</view>
<view
v-if=
"x.likeList.length>0 && x.commentList.length>0"
style=
"width: 100%;height: 1px;background: rgb(226, 226, 226);"
></view>
<view
class=
"areagood"
v-if=
" x.commentList.length>0"
>
<u-icon
name=
"comment-o"
:size=
"30"
color=
"#737373"
style=
'margin-top: 2px;'
></u-icon>
<view
class=
"areagood-r"
>
...
...
@@ -280,14 +281,14 @@
</view>
</view>
</view>
</scroll-view>
<!-- 输入框 -->
<view
class=
"comment"
v-if=
"focu==true"
>
<input
type=
"text"
v-model=
"commentMsg.Content"
:placeholder=
'placeholder'
class=
"commentinput"
:focus=
'focu'
>
<view
class=
"comment-pl"
:style=
"
{background:mainColor}" @click="addComment">评论
</view>
</view>
<u-loadmore
:status=
"status"
:load-text=
"loadText"
:font-size=
"24"
:margin-top=
"20"
:margin-bottom=
"20"
bg-color=
"#FFF"
/>
</scroll-view>
</view>
<auth
v-if=
"showAuth"
@
changeuserinfo=
"reloadUserinfo"
@
gbAuth=
'gbAuth'
></auth>
<u-popup
v-model=
"show"
mode=
"bottom"
border-radius=
'14'
>
...
...
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