Skip to content

Commit 00c72f6

Browse files
committed
mp:完善【发布功能】的相关代码
1 parent 49921e8 commit 00c72f6

File tree

3 files changed

+406
-0
lines changed

3 files changed

+406
-0
lines changed

src/api/mp/freePublish.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,11 @@ export function getFreePublishPage(query) {
88
params: query
99
})
1010
}
11+
12+
// 删除公众号素材
13+
export function deleteFreePublish(accountId, articleId) {
14+
return request({
15+
url: '/mp/free-publish/delete?accountId=' + accountId + '&articleId=' + articleId,
16+
method: 'delete'
17+
})
18+
}

src/views/mp/components/wx-material-select/main.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<!--
22
- Copyright (C) 2018-2019
33
- All rights reserved, Designed By www.joolun.com
4+
芋道源码:
5+
① 移除 avue 组件,使用 ElementUI 原生组件
46
-->
57
<template>
68
<!-- 类型:图片 -->

0 commit comments

Comments
 (0)