mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-14 05:16:43 +08:00
收藏的回答
This commit is contained in:
@@ -103,6 +103,16 @@ const isNoFavorite=function(date){
|
|||||||
return ajax.postJson('/xboe/m/favorite/isNoFavorite',data);
|
return ajax.postJson('/xboe/m/favorite/isNoFavorite',data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 我收藏的回答
|
||||||
|
* pageIndex 页数
|
||||||
|
* pageSize 条数
|
||||||
|
* keyword 关键词
|
||||||
|
* */
|
||||||
|
const findAnswerPage=function(data){
|
||||||
|
return ajax.post('/xboe/m/favorite/favorite-answer',data);
|
||||||
|
}
|
||||||
|
|
||||||
export default{
|
export default{
|
||||||
has,
|
has,
|
||||||
remove,
|
remove,
|
||||||
@@ -115,5 +125,6 @@ export default{
|
|||||||
coursePageList,
|
coursePageList,
|
||||||
findAll,
|
findAll,
|
||||||
queryAll,
|
queryAll,
|
||||||
isNoFavorite
|
isNoFavorite,
|
||||||
|
findAnswerPage
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user