吉安感知网项目-前端
chenyao
2026-02-11 7bdd3691b49f9e63eaa439e46188f9ade7eed8f7
feat:更新轮播图
1 files modified
3 ■■■■ changed files
uniapps/work-wx/src/pages/page/index.vue 3 ●●●● patch | view | raw | blame | history
uniapps/work-wx/src/pages/page/index.vue
@@ -148,7 +148,8 @@
  async function getLBListTest() {
    const res = await getLBList({})
    console.log(res, '8898')
    lbList.value = res.data.data.map(item => ({
    // 排除annexUrl为空的项
    lbList.value = res.data.data.filter(item => item.annexUrl).map(item => ({
      ...item,
      image: item.annexUrl,
      title: item.bannerTitle,