|
|
@@ -17,7 +17,7 @@ Page({
|
|
|
/// 窗口高度
|
|
|
windowHeight: getApp().globalData.windowHeight,
|
|
|
/// banner轮播图
|
|
|
- banners: [''],
|
|
|
+ banners: <string[]>[],
|
|
|
/// 功能菜单
|
|
|
menus: [{id: 1, icon: 'home-gpdt', title: '挂牌大厅', path: '/pages/trade/index'},
|
|
|
{id: 2, icon: 'home-ss', title: '钻石首饰', path: '/mHome/pages/jewelry/list/index'},
|
|
|
@@ -32,13 +32,13 @@ Page({
|
|
|
/// 统计
|
|
|
statistics: { top: [{id: 1, title: '出售中', value: 0, class: ''}], rate: '' },
|
|
|
/// tabs
|
|
|
- tabs:[{id: 1, title: '公告'}, {id: 2, title: '消息'}],
|
|
|
+ tabs: [{id: 1, title: '公告'}, {id: 2, title: '消息'}],
|
|
|
/// 公告消息
|
|
|
notice: {},
|
|
|
/// 公告消息
|
|
|
msgs: [{}],
|
|
|
/// 会员信息
|
|
|
- members: <GuangZuan.GZMemberInfo[]>[{}],
|
|
|
+ members: <GuangZuan.GZMemberInfo[]>[],
|
|
|
/// 是否为空
|
|
|
isEmpty: true
|
|
|
},
|