修改了消息输入框中更多礼物和图片的效果图

This commit is contained in:
fengshuo
2022-05-12 10:30:10 +08:00
parent 074979cde2
commit 4677d0c8fe
5 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

@@ -467,7 +467,7 @@
giftModel.imageName = @"message_session_menu_gift";
giftModel.type= MessageMenuType_Gift;
_menuList = @[phototModel, giftModel];
_menuList = @[giftModel,phototModel];
}
return _menuList;
}