|
|
|
@ -1,4 +1,4 @@ |
|
|
|
|
import {FC, useCallback, useEffect, useState} from "react"; |
|
|
|
|
import {FC, useEffect, useState} from "react"; |
|
|
|
|
import {Image, Swiper, SwiperItem, View} from "@tarojs/components"; |
|
|
|
|
import {brandApi, BrandRecord} from "@/api"; |
|
|
|
|
import Taro, {useRouter} from "@tarojs/taro"; |
|
|
|
@ -43,7 +43,7 @@ const MeetingsConfig: FC = () => { |
|
|
|
|
indicatorDots |
|
|
|
|
> |
|
|
|
|
{ brandInfo?.brand_album?.length |
|
|
|
|
&& brandInfo?.brand_album.map((d) => |
|
|
|
|
&& brandInfo?.brand_album?.map((d) => |
|
|
|
|
<SwiperItem> |
|
|
|
|
<Image src={d}></Image> |
|
|
|
|
</SwiperItem>) |
|
|
|
|