Revert "更换首页图标[新年限定]" This reverts commit 266356a11a.

master
laiiihz 4 years ago
parent 13fe32e8cf
commit c7223d0bd1

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

@ -1051,10 +1051,9 @@ class _HomePageState extends BaseStoreState<HomePage>
mainAxisAlignment: MainAxisAlignment.center, mainAxisAlignment: MainAxisAlignment.center,
children: <Widget>[ children: <Widget>[
_buttonTitleRow( _buttonTitleRow(
// AppConfig.getShowCommission() AppConfig.getShowCommission()
// ? R.ASSETS_HOME_MENU_A_PNG ? R.ASSETS_HOME_MENU_A_PNG
// : R.ASSETS_LISTTEMP_RECOOKMAKE_ICON_PNG, : R.ASSETS_LISTTEMP_RECOOKMAKE_ICON_PNG,
R.ASSETS_HOME_HAPPY_00_GIF,
AppConfig.getShowCommission() ? "我的权益" : "瑞库制品", AppConfig.getShowCommission() ? "我的权益" : "瑞库制品",
onPressed: () { onPressed: () {
if (AppConfig.getShowCommission()) { if (AppConfig.getShowCommission()) {
@ -1077,15 +1076,9 @@ class _HomePageState extends BaseStoreState<HomePage>
}), }),
_buttonTitleRow( _buttonTitleRow(
// R.ASSETS_LOTTERY_REDEEM_LOTTERY_ICON_PNG, // R.ASSETS_LOTTERY_REDEEM_LOTTERY_ICON_PNG,
// AppConfig.getShowCommission() AppConfig.getShowCommission()
// ? R.ASSETS_HOME_MENU_BB_PNG ? R.ASSETS_HOME_MENU_BB_PNG
// : R.ASSETS_LISTTEMP_HOMELIFE_ICON_PNG, : R.ASSETS_LISTTEMP_HOMELIFE_ICON_PNG,
R.ASSETS_HOME_HAPPY_01_GIF,
// AppConfig.getShowCommission() ? "我的店铺" : "家居生活",
// R.ASSETS_LOTTERY_REDEEM_LOTTERY_ICON_PNG,
// AppConfig.getShowCommission()
// ? R.ASSETS_HOME_MENU_BB_PNG
// : R.ASSETS_LISTTEMP_HOMELIFE_ICON_PNG,
// AppConfig.getShowCommission() ? "我的店铺" : "家居生活", // AppConfig.getShowCommission() ? "我的店铺" : "家居生活",
// '彩票兑换', // '彩票兑换',
'彩票频道', '彩票频道',
@ -1105,10 +1098,9 @@ class _HomePageState extends BaseStoreState<HomePage>
// }, // },
), ),
_buttonTitleRow( _buttonTitleRow(
// AppConfig.getShowCommission() AppConfig.getShowCommission()
// ? R.ASSETS_HOME_INVITE_WEBP_S_PNG ? R.ASSETS_HOME_INVITE_WEBP_S_PNG
// : R.ASSETS_LISTTEMP_HOMEAPPLIANCES_ICON_PNG, : R.ASSETS_LISTTEMP_HOMEAPPLIANCES_ICON_PNG,
R.ASSETS_HOME_HAPPY_02_GIF,
AppConfig.getShowCommission() AppConfig.getShowCommission()
// ? "升级店主" // ? "升级店主"
? "一键邀请" ? "一键邀请"
@ -1123,35 +1115,22 @@ class _HomePageState extends BaseStoreState<HomePage>
// AppRouter.push(context, RouteName.Member_BENEFITS_PAGE,); // AppRouter.push(context, RouteName.Member_BENEFITS_PAGE,);
} }
}), }),
_buttonTitleRow( _buttonTitleRow(R.ASSETS_HOME_MENU_DD_PNG, "热销榜单",
// R.ASSETS_HOME_MENU_DD_PNG, onPressed: () {
R.ASSETS_HOME_HAPPY_03_GIF, AppRouter.push(context, RouteName.GOODS_HOT_LIST);
}),
"热销榜单", _buttonTitleRow(R.ASSETS_HOME_MENU_EE_PNG, "全部分类",
onPressed: () { onPressed: () {
AppRouter.push(context, RouteName.GOODS_HOT_LIST); HomeDao.getCategories(success: (data, code, msg) {
}, CRoute.push(
), context,
_buttonTitleRow( ClassifyPage(
// R.ASSETS_HOME_MENU_EE_PNG, data: data,
R.ASSETS_HOME_HAPPY_04_GIF, ));
}, failure: (code, msg) {
"全部分类", Toast.showError(msg);
onPressed: () { });
HomeDao.getCategories( }),
success: (data, code, msg) {
CRoute.push(
context,
ClassifyPage(
data: data,
));
},
failure: (code, msg) {
Toast.showError(msg);
},
);
},
),
], ],
), ),
), ),

Loading…
Cancel
Save