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
1b6d0878
authored
Jul 16, 2024
by
pierce
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/UI修改版本' of
http://git.yabolive.net:88/pidan/FuSiLive
into feature/UI修改版本
parents
36252819
25787902
Show whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
40 additions
and
18 deletions
FuSiLive/Classes/Foundation/Http/FUSURLDictionary.h
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/Setting/Controller/FUSBlackListViewController.m
FuSiLive/Classes/Setting/Controller/FUSSettingViewController.m
FuSiLive/Classes/ZhaiXin/Official/View/OfficialMsgCell/FUSOfficialMultiLineTableViewCell.m
FuSiLive/Classes/Zone/Controller/FUSMotoringWareHouseViewController.m
FuSiLive/Classes/Zone/View/FUSMotoringTableViewCell.h
FuSiLive/Classes/Zone/View/FUSMotoringTableViewCell.m
FuSiLive/Classes/Zone/View/FireFlyView/View/Cell/MyZoneCell/FUSMyZoneFireCountCell.m
FuSiLive/Classes/Zone/View/FireFlyView/View/Cell/MyZoneCell/FUSMyZoneSendJewelCountCell.m
FuSiLive/FUSAPPConfigs/FUSFuSiWebViewEventHelper.m
FuSiLive/Classes/Foundation/Http/FUSURLDictionary.h
View file @
1b6d0878
...
...
@@ -839,7 +839,7 @@
#define URL_WEB_BACKPACK_CONSUME_RECORD DNS_WEB(@"/Nesting/backpack/consume.html")
// 账号管理
#define URL_WEB_ACCOUNT_MANAGER DNS_WEB(@"/
Nesting
/logOff/index.html")
#define URL_WEB_ACCOUNT_MANAGER DNS_WEB(@"/
vestApp
/logOff/index.html")
// 首页-榜单
#define URL_WEB_HOME_RANK DNS_WEB(@"/allRank/index.html")
...
...
FuSiLive/Classes/FusiVersionFeature/ViewController/HomePage/View/FUSMessageFunctionColumnView.m
View file @
1b6d0878
...
...
@@ -70,7 +70,7 @@
}];
UILabel
*
tempTitleLabel
=
[[
UILabel
alloc
]
init
];
tempTitleLabel
.
font
=
[
UIFont
fus_themeFont
:
11
];
tempTitleLabel
.
font
=
[
UIFont
fus_theme
Bold
Font
:
11
];
tempTitleLabel
.
textColor
=
[
UIColor
fus_textColorRich
];
[
tempBgView
addSubview
:
tempTitleLabel
];
[
tempTitleLabel
mas_makeConstraints
:
^
(
MASConstraintMaker
*
make
)
{
...
...
FuSiLive/Classes/FusiVersionFeature/ViewController/HomePage/View/FUSMyHeaderView.m
View file @
1b6d0878
...
...
@@ -105,7 +105,7 @@
[
self
.
vipMarkImgView
mas_makeConstraints
:
^
(
MASConstraintMaker
*
make
)
{
make
.
right
.
equalTo
(
nickNameBgView
);
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
.
height
.
offset
(
14
);
}];
...
...
FuSiLive/Classes/FusiVersionFeature/ViewController/ImAnchor/View/FUSImAnchorHeaderView.m
View file @
1b6d0878
...
...
@@ -109,7 +109,7 @@
[
self
.
vipMarkImgView
mas_makeConstraints
:
^
(
MASConstraintMaker
*
make
)
{
make
.
right
.
equalTo
(
nickNameBgView
);
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
.
height
.
offset
(
14
);
}];
...
...
FuSiLive/Classes/InstantMessaging/Other/FUSIMChatService.m
View file @
1b6d0878
...
...
@@ -2645,11 +2645,19 @@
if
(
diamondIsNoEnough
)
diamondIsNoEnough
();
}
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
(
buttonIndex
==
1
)
{
jumpToChatPage
(
0
);
}
else
if
(
buttonIndex
==
2
)
{
jumpToChatPage
(
1
);
}
}
...
...
FuSiLive/Classes/Setting/Controller/FUSBlackListViewController.m
View file @
1b6d0878
...
...
@@ -63,8 +63,10 @@
if
(
_blackListArray
.
count
>
0
)
{
_tableView
.
tableFooterView
=
nil
;
}
else
{
FUSEmptyView
*
emptyView
=
[[
FUSEmptyView
alloc
]
initWithFrame
:
CGRectMake
(
0
,
0
,
UIView
.
fus_screenW
,
UIView
.
fus_screenH
/
2
.
0
f
)];
[
emptyView
fus_setEmptyViewIcon
:[
UIImage
imageNamed
:
@"firefly_black_placeholder_img"
]
title
:[
NSString
fus_localString
:
@"空空如也"
]
buttonTittle
:
nil
];
FUSEmptyView
*
emptyView
=
[[
FUSEmptyView
alloc
]
initWithFrame
:
CGRectMake
(
0
,
0
,
UIView
.
fus_screenW
,
UIView
.
fus_screenH
-
[
UIView
fus_NavgationBarHeight
]
-
100
)];
[
emptyView
fus_setEmptyViewIcon
:[
UIImage
fus_emptyImg
]
title
:[
NSString
fus_localString
:
@"空空如也"
]
buttonTittle
:
nil
];
emptyView
.
contentVerticalOffset
=
-
20
;
emptyView
.
imageScale
=
0
.
3
;
_tableView
.
tableFooterView
=
emptyView
;
}
[
_tableView
reloadData
];
...
...
FuSiLive/Classes/Setting/Controller/FUSSettingViewController.m
View file @
1b6d0878
...
...
@@ -517,7 +517,7 @@
FUSCustomSettingGroup
*
group7
=
[
FUSCustomSettingGroup
fus_settingGroup
];
group7
.
groupHeaderHeight
=
4
0
;
group7
.
groupHeaderHeight
=
0
;
group7
.
groupHeaderOriginY
=
10
;
group7
.
groupHeaderTextColor
=
[
UIColor
colorWithHex
:
@"#4D4D4D"
];
group7
.
groupHeaderTextFont
=
[
UIFont
fus_themeFont
:
12
];
...
...
FuSiLive/Classes/ZhaiXin/Official/View/OfficialMsgCell/FUSOfficialMultiLineTableViewCell.m
View file @
1b6d0878
...
...
@@ -56,7 +56,7 @@
self
.
officialBgView
.
backgroundColor
=
[
UIColor
fus_textInputBackgroundGrayColor
];
self
.
titleLabel
.
textColor
=
[
UIColor
fus_textColorRich
];
self
.
contentLabel
.
textColor
=
[
UIColor
fus_textColorMedium
];
self
.
bottomClickableIdentifyLabel
.
textColor
=
[
UIColor
fus_
themeColor
];
self
.
bottomClickableIdentifyLabel
.
textColor
=
[
UIColor
fus_
diamondBlue
];
}
...
...
FuSiLive/Classes/Zone/Controller/FUSMotoringWareHouseViewController.m
View file @
1b6d0878
...
...
@@ -209,11 +209,11 @@
cell
.
model
=
self
.
motoringArr
[
indexPath
.
section
];
//
if (indexPath.section == self.motoringArr.count - 1) {
//
cell.cellLineView.hidden = YES;
//
}else{
//
cell.cellLineView.hidden = NO;
//
}
if
(
indexPath
.
section
==
self
.
motoringArr
.
count
-
1
)
{
cell
.
cellLineView
.
hidden
=
YES
;
}
else
{
cell
.
cellLineView
.
hidden
=
NO
;
}
return
cell
;
}
...
...
FuSiLive/Classes/Zone/View/FUSMotoringTableViewCell.h
View file @
1b6d0878
...
...
@@ -12,6 +12,6 @@
@property
(
nonatomic
,
strong
)
FUSZoneMotoringModel
*
model
;
@property
(
weak
,
nonatomic
)
IBOutlet
UIView
*
cellLineView
;
@property
(
nonatomic
,
strong
)
UIView
*
cellLineView
;
@end
FuSiLive/Classes/Zone/View/FUSMotoringTableViewCell.m
View file @
1b6d0878
...
...
@@ -34,6 +34,16 @@
self
.
layer
.
masksToBounds
=
YES
;
self
.
motoringNameLabel
.
textColor
=
[
UIColor
fus_textColorRich
];
self
.
cellLineView
=
[[
UIView
alloc
]
init
];
self
.
cellLineView
.
backgroundColor
=
[
UIColor
fus_lineColor
];
[
self
.
contentView
addSubview
:
self
.
cellLineView
];
[
self
.
cellLineView
mas_makeConstraints
:
^
(
MASConstraintMaker
*
make
)
{
make
.
left
.
right
.
inset
(
16
);
make
.
bottom
.
offset
(
0
);
make
.
height
.
offset
(
0
.
5
);
}];
}
-
(
void
)
setModel
:
(
FUSZoneMotoringModel
*
)
model
...
...
FuSiLive/Classes/Zone/View/FireFlyView/View/Cell/MyZoneCell/FUSMyZoneFireCountCell.m
View file @
1b6d0878
...
...
@@ -23,6 +23,7 @@
self
.
selectionStyle
=
UITableViewCellSelectionStyleNone
;
self
.
receiveFireLabel
.
textColor
=
[
UIColor
fus_textColorRich
];
self
.
fireCountLabel
.
textColor
=
[
UIColor
fus_fireGreen
];
UIView
*
lineView
=
[[
UIView
alloc
]
init
];
lineView
.
backgroundColor
=
[
UIColor
fus_lineColor
];
...
...
FuSiLive/Classes/Zone/View/FireFlyView/View/Cell/MyZoneCell/FUSMyZoneSendJewelCountCell.m
View file @
1b6d0878
...
...
@@ -23,6 +23,7 @@
self
.
selectionStyle
=
UITableViewCellSelectionStyleNone
;
self
.
sendJewelLabel
.
textColor
=
[
UIColor
fus_textColorRich
];
self
.
sendJewelCountLabel
.
textColor
=
[
UIColor
fus_diamondBlue
];
UIView
*
lineView
=
[[
UIView
alloc
]
init
];
lineView
.
backgroundColor
=
[
UIColor
fus_lineColor
];
...
...
FuSiLive/FUSAPPConfigs/FUSFuSiWebViewEventHelper.m
View file @
1b6d0878
...
...
@@ -705,7 +705,7 @@ static NSString *FUSWebRightBtnExtraInfoKey = @"FUSWebRightBtnExtraInfoKey";
FUSWebActionModel
*
model
=
[
FUSWebActionModel
fus_modelWithDict
:
action
];
if
(
model
)
{
UIButton
*
btn
=
[
UIButton
buttonWithType
:
UIButtonTypeCustom
];
[
btn
setWeb
BackgroundImageWithSubURLString
:
model
.
imgUr
l
];
[
btn
setWeb
ImageWithSubURLString
:
model
.
imgUrl
placeholder
:
ni
l
];
btn
.
imageView
.
contentMode
=
UIViewContentModeScaleAspectFit
;
btn
.
frame
=
CGRectMake
(
lastX
,
y
,
btnSize
,
btnSize
);
btn
.
imageEdgeInsets
=
UIEdgeInsetsMake
(
0
,
10
,
0
,
0
);
...
...
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