Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
pidan
/
FuSiLive
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
25787902
authored
Jul 16, 2024
by
ludi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
保存一下,准备加入'SJAttributesFactory'
parent
686ab680
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
17 additions
and
7 deletions
FuSiLive/Classes/FusiVersionFeature/ViewController/HomePage/View/FUSMessageFunctionColumnView.m
FuSiLive/Classes/FusiVersionFeature/ViewController/HomePage/View/FUSMyHeaderView.m
FuSiLive/Classes/FusiVersionFeature/ViewController/ImAnchor/View/FUSImAnchorHeaderView.m
FuSiLive/Classes/InstantMessaging/Other/FUSIMChatService.m
FuSiLive/Classes/ZhaiXin/Official/View/OfficialMsgCell/FUSOfficialMultiLineTableViewCell.m
FuSiLive/Classes/Zone/View/FireFlyView/View/Cell/MyZoneCell/FUSMyZoneFireCountCell.m
FuSiLive/Classes/Zone/View/FireFlyView/View/Cell/MyZoneCell/FUSMyZoneSendJewelCountCell.m
FuSiLive/Classes/FusiVersionFeature/ViewController/HomePage/View/FUSMessageFunctionColumnView.m
View file @
25787902
...
@@ -70,7 +70,7 @@
...
@@ -70,7 +70,7 @@
}];
}];
UILabel
*
tempTitleLabel
=
[[
UILabel
alloc
]
init
];
UILabel
*
tempTitleLabel
=
[[
UILabel
alloc
]
init
];
tempTitleLabel
.
font
=
[
UIFont
fus_themeFont
:
11
];
tempTitleLabel
.
font
=
[
UIFont
fus_theme
Bold
Font
:
11
];
tempTitleLabel
.
textColor
=
[
UIColor
fus_textColorRich
];
tempTitleLabel
.
textColor
=
[
UIColor
fus_textColorRich
];
[
tempBgView
addSubview
:
tempTitleLabel
];
[
tempBgView
addSubview
:
tempTitleLabel
];
[
tempTitleLabel
mas_makeConstraints
:
^
(
MASConstraintMaker
*
make
)
{
[
tempTitleLabel
mas_makeConstraints
:
^
(
MASConstraintMaker
*
make
)
{
...
...
FuSiLive/Classes/FusiVersionFeature/ViewController/HomePage/View/FUSMyHeaderView.m
View file @
25787902
...
@@ -105,7 +105,7 @@
...
@@ -105,7 +105,7 @@
[
self
.
vipMarkImgView
mas_makeConstraints
:
^
(
MASConstraintMaker
*
make
)
{
[
self
.
vipMarkImgView
mas_makeConstraints
:
^
(
MASConstraintMaker
*
make
)
{
make
.
right
.
equalTo
(
nickNameBgView
);
make
.
right
.
equalTo
(
nickNameBgView
);
make
.
centerY
.
equalTo
(
nickNameBgView
.
mas_centerY
);
make
.
centerY
.
equalTo
(
nickNameBgView
.
mas_centerY
);
make
.
left
.
equalTo
(
self
.
levelLabel
.
mas_right
).
offset
(
3
);
make
.
left
.
equalTo
(
self
.
levelLabel
.
mas_right
).
offset
(
2
);
// make.size.mas_equalTo(CGSizeMake(14, 14));
// make.size.mas_equalTo(CGSizeMake(14, 14));
make
.
height
.
offset
(
14
);
make
.
height
.
offset
(
14
);
}];
}];
...
...
FuSiLive/Classes/FusiVersionFeature/ViewController/ImAnchor/View/FUSImAnchorHeaderView.m
View file @
25787902
...
@@ -109,7 +109,7 @@
...
@@ -109,7 +109,7 @@
[
self
.
vipMarkImgView
mas_makeConstraints
:
^
(
MASConstraintMaker
*
make
)
{
[
self
.
vipMarkImgView
mas_makeConstraints
:
^
(
MASConstraintMaker
*
make
)
{
make
.
right
.
equalTo
(
nickNameBgView
);
make
.
right
.
equalTo
(
nickNameBgView
);
make
.
centerY
.
equalTo
(
nickNameBgView
.
mas_centerY
);
make
.
centerY
.
equalTo
(
nickNameBgView
.
mas_centerY
);
make
.
left
.
equalTo
(
self
.
levelLabel
.
mas_right
).
offset
(
3
);
make
.
left
.
equalTo
(
self
.
levelLabel
.
mas_right
).
offset
(
2
);
// make.size.mas_equalTo(CGSizeMake(14, 14));
// make.size.mas_equalTo(CGSizeMake(14, 14));
make
.
height
.
offset
(
14
);
make
.
height
.
offset
(
14
);
}];
}];
...
...
FuSiLive/Classes/InstantMessaging/Other/FUSIMChatService.m
View file @
25787902
...
@@ -2645,11 +2645,19 @@
...
@@ -2645,11 +2645,19 @@
if
(
diamondIsNoEnough
)
diamondIsNoEnough
();
if
(
diamondIsNoEnough
)
diamondIsNoEnough
();
}
else
if
(
code
==
-
3024
)
{
}
else
if
(
code
==
-
3024
)
{
[
FUSAlertView
showAlertWithTitle
:[
NSString
fus_localString
:
@"提示"
]
message
:
dataDict
[
@"msg"
]
cancelButtonTitle
:
[
NSString
fus_localString
:
@"我再想想"
]
otherButtonTitles
:
@[[
NSString
fus_localString
:
@"私信"
],[
NSString
fus_localString
:
@"送礼物"
]]
clickBlock
:^
(
NSInteger
buttonIndex
)
{
// [FUSAlertView showAlertWithTitle:[NSString fus_localString:@"提示"] message:dataDict[@"msg"] cancelButtonTitle:[NSString fus_localString:@"我再想想"] otherButtonTitles:@[[NSString fus_localString:@"私信"],[NSString fus_localString:@"送礼物"]] clickBlock:^(NSInteger buttonIndex) {
// if (jumpToChatPage) {
// if (buttonIndex == 1) {
// jumpToChatPage(0);
// } else if (buttonIndex == 2) {
// jumpToChatPage(1);
// }
// }
// }];
[
FUSAlertView
showAlertWithTitle
:[
NSString
fus_localString
:
@"提示"
]
message
:
dataDict
[
@"msg"
]
cancelButtonTitle
:
[
NSString
fus_localString
:
@"我再想想"
]
otherButtonTitles
:
@[[
NSString
fus_localString
:
@"送礼物"
]]
clickBlock
:^
(
NSInteger
buttonIndex
)
{
if
(
jumpToChatPage
)
{
if
(
jumpToChatPage
)
{
if
(
buttonIndex
==
1
)
{
if
(
buttonIndex
==
1
)
{
jumpToChatPage
(
0
);
}
else
if
(
buttonIndex
==
2
)
{
jumpToChatPage
(
1
);
jumpToChatPage
(
1
);
}
}
}
}
...
...
FuSiLive/Classes/ZhaiXin/Official/View/OfficialMsgCell/FUSOfficialMultiLineTableViewCell.m
View file @
25787902
...
@@ -56,7 +56,7 @@
...
@@ -56,7 +56,7 @@
self
.
officialBgView
.
backgroundColor
=
[
UIColor
fus_textInputBackgroundGrayColor
];
self
.
officialBgView
.
backgroundColor
=
[
UIColor
fus_textInputBackgroundGrayColor
];
self
.
titleLabel
.
textColor
=
[
UIColor
fus_textColorRich
];
self
.
titleLabel
.
textColor
=
[
UIColor
fus_textColorRich
];
self
.
contentLabel
.
textColor
=
[
UIColor
fus_textColorMedium
];
self
.
contentLabel
.
textColor
=
[
UIColor
fus_textColorMedium
];
self
.
bottomClickableIdentifyLabel
.
textColor
=
[
UIColor
fus_
themeColor
];
self
.
bottomClickableIdentifyLabel
.
textColor
=
[
UIColor
fus_
diamondBlue
];
}
}
...
...
FuSiLive/Classes/Zone/View/FireFlyView/View/Cell/MyZoneCell/FUSMyZoneFireCountCell.m
View file @
25787902
...
@@ -23,6 +23,7 @@
...
@@ -23,6 +23,7 @@
self
.
selectionStyle
=
UITableViewCellSelectionStyleNone
;
self
.
selectionStyle
=
UITableViewCellSelectionStyleNone
;
self
.
receiveFireLabel
.
textColor
=
[
UIColor
fus_textColorRich
];
self
.
receiveFireLabel
.
textColor
=
[
UIColor
fus_textColorRich
];
self
.
fireCountLabel
.
textColor
=
[
UIColor
fus_fireGreen
];
UIView
*
lineView
=
[[
UIView
alloc
]
init
];
UIView
*
lineView
=
[[
UIView
alloc
]
init
];
lineView
.
backgroundColor
=
[
UIColor
fus_lineColor
];
lineView
.
backgroundColor
=
[
UIColor
fus_lineColor
];
...
...
FuSiLive/Classes/Zone/View/FireFlyView/View/Cell/MyZoneCell/FUSMyZoneSendJewelCountCell.m
View file @
25787902
...
@@ -23,6 +23,7 @@
...
@@ -23,6 +23,7 @@
self
.
selectionStyle
=
UITableViewCellSelectionStyleNone
;
self
.
selectionStyle
=
UITableViewCellSelectionStyleNone
;
self
.
sendJewelLabel
.
textColor
=
[
UIColor
fus_textColorRich
];
self
.
sendJewelLabel
.
textColor
=
[
UIColor
fus_textColorRich
];
self
.
sendJewelCountLabel
.
textColor
=
[
UIColor
fus_diamondBlue
];
UIView
*
lineView
=
[[
UIView
alloc
]
init
];
UIView
*
lineView
=
[[
UIView
alloc
]
init
];
lineView
.
backgroundColor
=
[
UIColor
fus_lineColor
];
lineView
.
backgroundColor
=
[
UIColor
fus_lineColor
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment