mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-07 18:06:47 +08:00
分享给我的
This commit is contained in:
@@ -75,6 +75,16 @@ const myqalist=function(query){
|
||||
const myarticlelist=function(query){
|
||||
return ajax.post('/xboe/m/share/myArticleList',query);
|
||||
}
|
||||
/**
|
||||
* 分享给我的全部
|
||||
* @param pageIndex 第几页
|
||||
* @param pageSize 每页多少行
|
||||
* @param keyword 关键字搜索
|
||||
* @param isRead 是否已读
|
||||
* */
|
||||
const findShareMe=function (query){
|
||||
return ajax.post('/xboe/m/share/findShareMe',query);
|
||||
}
|
||||
/*分页查询 我分享的课程信息
|
||||
@param {Object} query
|
||||
@param type 查询的条件,暂时未确定
|
||||
@@ -144,6 +154,7 @@ const updateIsRead=function(id){
|
||||
mymecourselist,
|
||||
mymearticlelist,
|
||||
deleteshares,
|
||||
findShareMe,
|
||||
findMeShare,
|
||||
updateIsRead
|
||||
}
|
||||
Reference in New Issue
Block a user