feat: 详情页轮播图
This commit is contained in:
@@ -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 => ({
|
||||
|
||||
Reference in New Issue
Block a user