mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-06 09:26:45 +08:00
提交
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user