Merge branch 'dev-sy'

This commit is contained in:
BianLzhaoMin 2024-12-06 17:53:49 +08:00
commit ef38e30bfe
2 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 413 KiB

View File

@ -11,6 +11,7 @@ import baseData from '@/assets/baseInformation.json'
import imgSrc from '../../assets/img/home/nw.png'
import swiper_1 from '../../assets/img/home/swiper01.png'
import swiper_2 from '../../assets/img/home/swiper02.png'
import swiper_4 from '../../assets/img/home/swiper04.png'
const router: any = useRouter()
@ -27,6 +28,7 @@ const loopList = ref([
imgSrc,
// swiper_1,
swiper_2,
swiper_4,
])
//
const getGoodsClassList = async () => {