Commit dfa84dff authored by chenqikuai's avatar chenqikuai

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

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