mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-06 17:36:45 +08:00
我分享的
This commit is contained in:
@@ -13,6 +13,16 @@ import ajax from '@/utils/xajax.js'
|
||||
const save=function(data){
|
||||
return ajax.post('/xboe/m/share/add',data);
|
||||
}
|
||||
/**
|
||||
* 我分享的全部
|
||||
* @param pageIndex 第几页
|
||||
* @param pageSize 每页多少行
|
||||
* @param keyword 关键字搜索
|
||||
* @param isRead 是否已读
|
||||
* */
|
||||
const findMeShare=function (query){
|
||||
return ajax.post('/xboe/m/share/findMeShare',query);
|
||||
}
|
||||
// 删除分享
|
||||
// 参数 id
|
||||
const del=function(id){
|
||||
@@ -134,5 +144,6 @@ const updateIsRead=function(id){
|
||||
mymecourselist,
|
||||
mymearticlelist,
|
||||
deleteshares,
|
||||
findMeShare,
|
||||
updateIsRead
|
||||
}
|
||||
Reference in New Issue
Block a user