Commit d3771488 authored by 陈宗胤(贵阳日报)'s avatar 陈宗胤(贵阳日报)
parents 9094b810 b03a305c
...@@ -120,9 +120,9 @@ const current = ref(0); ...@@ -120,9 +120,9 @@ const current = ref(0);
const light = ref(0); const light = ref(0);
// 轮播图 // 轮播图
const swiperList = ref([ const swiperList = ref([
'../../static/assistingAgriculture/assets/village.png', '../../../static/assistingAgriculture/assets/village.png',
'../../static/assistingAgriculture/assets/village.png', '../../../static/assistingAgriculture/assets/village.png',
'../../static/assistingAgriculture/assets/village.png', '../../../static/assistingAgriculture/assets/village.png',
]); ]);
// 分类列表数据 // 分类列表数据
const tabsData = ref([ const tabsData = ref([
......
...@@ -163,9 +163,9 @@ const sortList = ref([ ...@@ -163,9 +163,9 @@ const sortList = ref([
{ img: '/static/assistingAgriculture/presale/img5.png', price: '25', text: '心选水果' }, { img: '/static/assistingAgriculture/presale/img5.png', price: '25', text: '心选水果' },
]); ]);
const swiperList = ref([ const swiperList = ref([
'../../static/assistingAgriculture/presale/img.png', '../../../static/assistingAgriculture/presale/img.png',
'../../static/assistingAgriculture/presale/img.png', '../../../static/assistingAgriculture/presale/img.png',
'../../static/assistingAgriculture/presale/img.png', '../../../static/assistingAgriculture/presale/img.png',
]); ]);
const tabsData = ref([ const tabsData = ref([
{ img: '/static/assistingAgriculture/assets/mainPicture.png', text: '全部' }, { img: '/static/assistingAgriculture/assets/mainPicture.png', text: '全部' },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment