Commit dfa84dff authored by chenqikuai's avatar chenqikuai

feat:首页贷款服务链接到相应页面

parent d9d71c1b
<template> <template>
<div class="flex flex-wrap justify-between"> <div class="flex flex-wrap">
<div v-for="app in appList" :key="app.name" class="w-1/4 mb-5 text-center"> <div
v-for="app in appList"
:key="app.name"
class="w-1/4 mb-5 text-center"
@click="$router.push({ name: app.routerName })"
>
<div <div
class=" class="
w-16 w-16
......
...@@ -3,12 +3,13 @@ export default [ ...@@ -3,12 +3,13 @@ export default [
name: '贷款服务', name: '贷款服务',
icon: 'icon-daikuan', icon: 'icon-daikuan',
color: '#44D392', color: '#44D392',
routerName: 'Loan',
}, },
{ // {
name: '理财产品', // name: '理财产品',
icon: 'icon-licaichanpin', // icon: 'icon-licaichanpin',
color: '#FF9534', // color: '#FF9534',
}, // },
{ {
name: '精彩活动', name: '精彩活动',
icon: 'icon-jingcaihuodong', icon: 'icon-jingcaihuodong',
......
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