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
901d4818
Commit
901d4818
authored
Oct 22, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
ab9af7a7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
articleDetails.vue
pages/school/articleDetails.vue
+4
-4
No files found.
pages/school/articleDetails.vue
View file @
901d4818
...
...
@@ -62,8 +62,8 @@
暂无留言~
</view>
<view
class=
"comment"
v-if=
"article.IsComment==1"
>
<input
type=
"text"
v-model=
"commentMsg.Content"
placeholder=
'留下您精彩的
评论
'
class=
"commentinput"
>
<view
class=
"comment-pl"
:style=
"
{background:mainColor}" @click="addComment">
评论
</view>
<input
type=
"text"
v-model=
"commentMsg.Content"
placeholder=
'留下您精彩的
留言
'
class=
"commentinput"
>
<view
class=
"comment-pl"
:style=
"
{background:mainColor}" @click="addComment">
留言
</view>
</view>
<auth
v-if=
"showAuth"
@
changeuserinfo=
"reloadUserinfo"
@
gbAuth=
"gbAuth"
></auth>
</view>
...
...
@@ -155,7 +155,7 @@ export default {
}
);
},
addComment
(){
//新增
评论
addComment
(){
//新增
留言
this
.
request2
({
url
:
'/api/AppletEducation/SetArticleCommentInfo'
,
data
:
this
.
commentMsg
...
...
@@ -166,7 +166,7 @@ export default {
icon
:
'none'
,
});
this
.
commentMsg
.
Content
=
''
;
this
.
getArticleCommentPageList
()
//
评论
了之后调取留言列表
this
.
getArticleCommentPageList
()
//
留言
了之后调取留言列表
}
);
},
...
...
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