| uniapps/work-wx/src/pages/page/index.vue | ●●●●● 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,