This commit is contained in:
zhaofang
2022-11-16 14:51:16 +08:00
parent 4caa17aadb
commit 0fdce434dc
5 changed files with 28 additions and 12 deletions

View File

@@ -28,6 +28,9 @@ send 姓名
const pagelist=function(query){
return ajax.post('/xboe/m/comment/tome/page',query);
}
const mobilepage=function(query){
return ajax.post('/xboe/m/comment/tome/mobilepage',query);
}
/*
保存评论
{Object }
@@ -87,5 +90,6 @@ export default{
pageQuery,
reply,
replyList,
delReply
delReply,
mobilepage
}