|
@@ -10,19 +10,16 @@
|
|
|
]"
|
|
]"
|
|
|
/>
|
|
/>
|
|
|
</FlexCol>
|
|
</FlexCol>
|
|
|
- <Box title="主题导览" icon="https://mncdn.wenlvti.net/app_static/xiangyuan/images/home/icon-compass.png">
|
|
|
|
|
|
|
+ <Box title="主题导览" icon="https://mncdn.wenlvti.net/app_static/xiangyuan/images/home/icon-compass.png" showMore @moreClicked="goList(undefined, '知识库 · 全部')">
|
|
|
<ProvideVar :vars="{
|
|
<ProvideVar :vars="{
|
|
|
GridItemIconSize: 70,
|
|
GridItemIconSize: 70,
|
|
|
GridItemBackgroundColor: 'transparent',
|
|
GridItemBackgroundColor: 'transparent',
|
|
|
GridItemPaddingHorizontal: 0,
|
|
GridItemPaddingHorizontal: 0,
|
|
|
}">
|
|
}">
|
|
|
<Grid :borderGrid="false" :mainAxisCount="3">
|
|
<Grid :borderGrid="false" :mainAxisCount="3">
|
|
|
- <GridItem title="全部" icon="https://mncdn.wenlvti.net/app_static/xiangyuan/images/icons/icon-all.png" touchable @click="goList(undefined, '知识库 · 全部')" />
|
|
|
|
|
- <GridItem title="优秀案例" icon="https://mncdn.wenlvti.net/app_static/xiangyuan/images/icons/icon-camera.png" touchable @click="goList(359, '知识库 · 优秀案例')" />
|
|
|
|
|
<GridItem title="经验分享" icon="https://mncdn.wenlvti.net/app_static/xiangyuan/images/icons/icon-rules.png" touchable @click="goList(358, '知识库 · 经验分享')" />
|
|
<GridItem title="经验分享" icon="https://mncdn.wenlvti.net/app_static/xiangyuan/images/icons/icon-rules.png" touchable @click="goList(358, '知识库 · 经验分享')" />
|
|
|
<GridItem title="常见问题" icon="https://mncdn.wenlvti.net/app_static/xiangyuan/images/icons/icon-mark.png" touchable @click="goList(357, '知识库 · 常见问题')" />
|
|
<GridItem title="常见问题" icon="https://mncdn.wenlvti.net/app_static/xiangyuan/images/icons/icon-mark.png" touchable @click="goList(357, '知识库 · 常见问题')" />
|
|
|
- <GridItem title="挖掘技巧" icon="https://mncdn.wenlvti.net/app_static/xiangyuan/images/icons/icon-pac.png" touchable @click="goList(356, '知识库 · 挖掘技巧')" />
|
|
|
|
|
- <GridItem title="认知基础" icon="https://mncdn.wenlvti.net/app_static/xiangyuan/images/icons/icon-route.png" touchable @click="goList(355, '知识库 · 认知基础')" />
|
|
|
|
|
|
|
+ <GridItem title="政策法规" icon="https://mncdn.wenlvti.net/app_static/xiangyuan/images/icons/icon-route.png" touchable @click="goList(355, '知识库 · 政策法规')" />
|
|
|
</Grid>
|
|
</Grid>
|
|
|
</ProvideVar>
|
|
</ProvideVar>
|
|
|
</Box>
|
|
</Box>
|