feat: 上传图片组件场景添加、轮播图样式修复
This commit is contained in:
@@ -143,7 +143,7 @@ class PublishService {
|
||||
})
|
||||
}
|
||||
async getPictures(req) {
|
||||
const { type, otherReq = {} } = req
|
||||
const { type, tag, otherReq = {} } = req
|
||||
if (type === 'history') {
|
||||
return this.getHistoryImageList({
|
||||
pageOption: {
|
||||
@@ -151,7 +151,7 @@ class PublishService {
|
||||
pageSize: 100,
|
||||
},
|
||||
seachOption: {
|
||||
tag: 'cover',
|
||||
tag,
|
||||
resource_type: 'image',
|
||||
dateRange: [],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user