feat: 上传图片组件场景添加、轮播图样式修复

This commit is contained in:
2025-09-08 21:22:25 +08:00
parent 9b53c536c7
commit 2089b31cb6
8 changed files with 135 additions and 92 deletions

View File

@@ -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: [],
},