update photo adout publish
This commit is contained in:
@@ -86,8 +86,8 @@ const install = (Vue, vm) => {
|
||||
return vm.$u.post("/article/articleInfo",{article_id})
|
||||
},
|
||||
// 回复评论
|
||||
reply({article_id,pid,content}){
|
||||
return vm.$u.post("/article/articleAddComment",{article_id,pid,content})
|
||||
reply({article_id,pid,content,reply_id}){
|
||||
return vm.$u.post("/article/articleAddComment",{article_id,pid,content,reply_id})
|
||||
},
|
||||
// 达人是否可以直播
|
||||
canlive(){
|
||||
|
||||
Reference in New Issue
Block a user