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
6645612b
Commit
6645612b
authored
Jan 12, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
867c4449
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
18 deletions
+20
-18
friendcircle.vue
pages/friendcircle/friendcircle.vue
+8
-8
medynamic.vue
pages/friendcircle/medynamic.vue
+4
-2
my-news.vue
pages/friendcircle/my-news.vue
+1
-1
mydetails.vue
pages/friendcircle/mydetails.vue
+6
-6
release.vue
pages/friendcircle/release.vue
+1
-1
No files found.
pages/friendcircle/friendcircle.vue
View file @
6645612b
...
...
@@ -147,7 +147,7 @@
left
:
0
;
bottom
:
0
;
background
:
#FFF
;
z-index
:
9
;
z-index
:
9
99999999
;
}
.friendcircle
.comment-pl
{
width
:
56px
;
...
...
@@ -225,7 +225,7 @@
</
style
>
<
template
>
<div
class=
'friendcircle'
>
<view
class=
"mynews-top"
v-if=
"Messagecount>0"
>
<view
class=
"mynews-top"
>
<view
class=
"top-box"
@
click=
"gomymessage()"
>
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/wodehufong.png"
mode=
"widthFix"
style=
"width: 16px;height: auto;"
></image>
<text
style=
"margin-left: 6px;"
>
我的互动消息
</text>
...
...
@@ -472,7 +472,7 @@
init
()
{
this
.
loading
=
true
;
this
.
request2
({
url
:
'/api/AppletSchool/DynamicList'
,
url
:
'/api/AppletSchool/
Get
DynamicList'
,
data
:
this
.
msg
},
res
=>
{
...
...
@@ -577,10 +577,10 @@
let
url
=
''
;
if
(
x
.
hasLike
==
false
)
{
url
=
'/api/AppletEducation/DynamicLike'
url
=
'/api/AppletEducation/
Get
DynamicLike'
}
else
{
url
=
'/api/AppletEducation/DynamicCancelLike'
url
=
'/api/AppletEducation/
Get
DynamicCancelLike'
}
this
.
request2
({
...
...
@@ -671,7 +671,7 @@
},
mydelete
(){
//删除自己的回复
this
.
request2
({
url
:
'/api/AppletEducation/DynamicDeleteComment'
,
url
:
'/api/AppletEducation/
Get
DynamicDeleteComment'
,
data
:
{
commentId
:
this
.
user
.
item
.
commentId
}
},
res
=>
{
...
...
@@ -697,7 +697,7 @@
return
}
this
.
request2
({
url
:
'/api/AppletEducation/DynamicComment'
,
url
:
'/api/AppletEducation/
Get
DynamicComment'
,
data
:
this
.
commentMsg
},
res
=>
{
...
...
@@ -714,7 +714,7 @@
init2
(
type
)
{
//根据id去查询当前的数据 只更新当前数据
this
.
request2
({
url
:
'/api/AppletSchool/DynamicList'
,
url
:
'/api/AppletSchool/
Get
DynamicList'
,
data
:
{
pageIndex
:
1
,
pageSize
:
1
,
...
...
pages/friendcircle/medynamic.vue
View file @
6645612b
...
...
@@ -80,7 +80,9 @@
<view
style=
"font-size: 11px;color: #B0B0B0;"
>
{{
x
.
createTime
}}
</view>
</view>
<view
class=
"ftBox-right"
>
<view
class=
"ftBox-right-text"
style=
"padding: 6px;overflow: hidden;
<view
class=
"ftBox-right-text"
style=
"padding: 6px;overflow: hidden;width: 68px;height: 68px;text-overflow: ellipsis;display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
"
v-if=
"x.fileType==0"
>
{{
x
.
content
}}
</view>
...
...
@@ -174,7 +176,7 @@
init
()
{
this
.
loading
=
true
;
this
.
request2
({
url
:
'/api/AppletEducation/AboutMeDynamicList'
,
url
:
'/api/AppletEducation/
Get
AboutMeDynamicList'
,
data
:
this
.
msg
},
res
=>
{
...
...
pages/friendcircle/my-news.vue
View file @
6645612b
...
...
@@ -322,7 +322,7 @@
init
()
{
this
.
loading
=
true
;
this
.
request2
({
url
:
'/api/AppletEducation/MyDynamicList'
,
url
:
'/api/AppletEducation/
Get
MyDynamicList'
,
data
:
this
.
msg
},
res
=>
{
...
...
pages/friendcircle/mydetails.vue
View file @
6645612b
...
...
@@ -379,7 +379,7 @@
}
this
.
request2
({
url
:
'/api/AppletEducation/DynamicDetial'
,
url
:
'/api/AppletEducation/
Get
DynamicDetial'
,
data
:
{
articleId
:
this
.
articleId
}
},
res
=>
{
...
...
@@ -426,9 +426,9 @@
this
.
choiceId
=
x
.
id
;
let
url
=
''
;
if
(
x
.
hasLike
==
false
)
{
url
=
'/api/AppletEducation/DynamicLike'
url
=
'/api/AppletEducation/
Get
DynamicLike'
}
else
{
url
=
'/api/AppletEducation/DynamicCancelLike'
url
=
'/api/AppletEducation/
Get
DynamicCancelLike'
}
this
.
request2
({
url
:
url
,
...
...
@@ -518,7 +518,7 @@
return
}
this
.
request2
({
url
:
'/api/AppletEducation/DynamicComment'
,
url
:
'/api/AppletEducation/
Get
DynamicComment'
,
data
:
this
.
commentMsg
},
res
=>
{
...
...
@@ -540,7 +540,7 @@
},
mydelete
(){
//删除自己的回复
this
.
request2
({
url
:
'/api/AppletEducation/DynamicDeleteComment'
,
url
:
'/api/AppletEducation/
Get
DynamicDeleteComment'
,
data
:
{
commentId
:
this
.
user
.
item
.
commentId
}
},
res
=>
{
...
...
@@ -563,7 +563,7 @@
},
deletepyq
(){
//删除朋友圈
this
.
request2
({
url
:
'/api/AppletEducation/DeleteDynamic'
,
url
:
'/api/AppletEducation/
Get
DeleteDynamic'
,
data
:
{
articleId
:
this
.
articleId
}
},
res
=>
{
...
...
pages/friendcircle/release.vue
View file @
6645612b
...
...
@@ -377,7 +377,7 @@
})
console
.
log
(
this
.
addMsg
)
this
.
request2
({
url
:
'/api/AppletEducation/PublishDynamic'
,
url
:
'/api/AppletEducation/
Get
PublishDynamic'
,
data
:
this
.
addMsg
},
res
=>
{
...
...
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