feat: 详情页轮播图

This commit is contained in:
2025-09-04 18:58:59 +08:00
parent 1e9b40c208
commit 1012f75eac
3 changed files with 69 additions and 17 deletions

View File

@@ -63,7 +63,6 @@ export default forwardRef(function UploadImage(props: UploadImageProps, ref) {
function fetchImages(st: SourceType) {
publishService.getPictures({ type: st }).then(res => {
console.log(res, 1122)
if (res.code === 0) {
let start = 0
setImages(res.data.rows.map(item => ({