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

Loading…
Cancel
Save