|
@@ -9,16 +9,29 @@ Page({
|
|
|
// 组件所需的参数
|
|
|
nvabarData: {
|
|
|
showCapsule: 1, //是否显示左上角图标,消息中心 1表示显示 0表示不显示
|
|
|
- showBack: 0,//返回
|
|
|
+ showBack: 0, //返回
|
|
|
title: '我的主页', //导航栏 中间的标题
|
|
|
+ // 此页面 页面内容距最顶部的距离
|
|
|
+ height: app.globalData.height * 2 + 20,
|
|
|
},
|
|
|
// 此页面 页面内容距最顶部的距离
|
|
|
- height: app.globalData.height * 2 + 20,
|
|
|
+
|
|
|
active: 0,
|
|
|
icon: {
|
|
|
normal: 'https://img.yzcdn.cn/vant/user-inactive.png',
|
|
|
active: 'https://img.yzcdn.cn/vant/user-active.png'
|
|
|
},
|
|
|
+ // 热门产品
|
|
|
+ productList: [{
|
|
|
+ "pic": '/pages/images/cooperation01.png',
|
|
|
+ title: '热门产品'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pic": '/pages/images/cooperation01.png',
|
|
|
+ title: '热门产品'
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ // 政策解读
|
|
|
policyList: [{
|
|
|
"pic": "/pages/images/test.jpg",
|
|
|
"title": "中国银保监会就《商业银行小微企业金融服务监管评价暂行办法(试行)》中国银保监会就《商业银行小微企业金融服务监管评价暂行办法(试行)》",
|
|
@@ -44,6 +57,7 @@ Page({
|
|
|
"dengji": "吉林省"
|
|
|
},
|
|
|
],
|
|
|
+ // 轮播
|
|
|
background: [{
|
|
|
"pic": "/pages/images/test1.png",
|
|
|
},
|