...
|
...
|
@@ -16,22 +16,16 @@ Page({ |
|
|
userInfo: {},
|
|
|
tabBarArr: [
|
|
|
{
|
|
|
// icon: '../../static/images/limit/icon_jjfs_n@3x.png',
|
|
|
// iconSelected: '../../static/images/limit/icon_jjfs_p@3x.png',
|
|
|
name: '即将发售',
|
|
|
method: 'app.limitProduct.soonToSaleLimitProduct',
|
|
|
reportName: 'home_soon'
|
|
|
},
|
|
|
{
|
|
|
// icon: '../../static/images/limit/icon_rmfs_n@3x.png',
|
|
|
// iconSelected: '../../static/images/limit/icon_rmfs_p@3x.png',
|
|
|
name: '热门发售',
|
|
|
method: 'app.limitProduct.hotLimitProduct',
|
|
|
reportName: 'home_hot'
|
|
|
},
|
|
|
{
|
|
|
// icon: '../../static/images/limit/icon_yjfs_n@3x.png',
|
|
|
// iconSelected: '../../static/images/limit/icon_yjfs_p@3x.png',
|
|
|
name: '即将发售',
|
|
|
method: 'app.limitProduct.soonToSaleLimitProduct',
|
|
|
reportName: 'home_soon'
|
|
|
},
|
|
|
{
|
|
|
name: '已经发售',
|
|
|
method: 'app.limitProduct.alreadySaleLimitProduct',
|
|
|
reportName: 'home_already'
|
...
|
...
|
|