change downgrade dialog asset

master
laiiihz 4 years ago
parent 55c7f75b0c
commit 9719c78720

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 KiB

@ -1494,10 +1494,10 @@ class _HomePageState extends BaseStoreState<HomePage>
if (oldLevel < nowLevel) {
switch (UserLevelTool.roleLevelEnum(nowLevel)) {
case UserRoleLevel.Silver:
img = R.ASSETS_USER_DOWNGRADE_SILVER_PNG_WEBP;
img = R.ASSETS_USER_DOWNGRADE_SILVER_WEBP;
break;
case UserRoleLevel.Master:
img = R.ASSETS_USER_DOWNGRADE_MASTER_PNG_WEBP;
img = R.ASSETS_USER_DOWNGRADE_MASTER_WEBP;
break;
default:
break;

Loading…
Cancel
Save