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
c37d2057
authored
Jan 13, 2025
by
ludi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复bug列表
parent
60b9453c
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
35 additions
and
9 deletions
DevelopmentPods/FUSCommon/FUSCommon/FUSRouter/Routers/UserRouter/FUSPublicModels/Login/FUSSettingInitDataModel.h
Modules/FUSChatCenterModule/FUSChatCenterModule.xcodeproj/xcuserdata/aaa.xcuserdatad/xcschemes/xcschememanagement.plist
Modules/FUSShowRoomModule/FUSShowRoomModule.xcodeproj/xcuserdata/aaa.xcuserdatad/xcschemes/xcschememanagement.plist
Modules/FUSShowRoomModule/FUSShowRoomModule/Features/LiveRecords/Controller/FUSLiveRecordsController.swift
Modules/FUSShowRoomModule/FUSShowRoomModule/Features/NewLive/Main/View/FUSVideoEndView/FUSVideoEndLiveScoreSheetView.swift
Modules/FUSShowRoomModule/FUSShowRoomModule/Features/NewLive/Main/View/FUSVideoEndView/FUSVideoEndV2View.swift
Modules/FUSUserCenterModule/FUSUserCenterModule.xcodeproj/xcuserdata/aaa.xcuserdatad/xcschemes/xcschememanagement.plist
Pods/Pods.xcodeproj/xcuserdata/aaa.xcuserdatad/xcschemes/xcschememanagement.plist
DevelopmentPods/FUSCommon/FUSCommon/FUSRouter/Routers/UserRouter/FUSPublicModels/Login/FUSSettingInitDataModel.h
View file @
c37d2057
...
...
@@ -123,6 +123,9 @@ NS_ASSUME_NONNULL_BEGIN
/// 直播评分显示时间区间(月数)
@property
(
nonatomic
,
assign
)
NSInteger
liveAssessTimeRange
;
/// 直播奖励網頁地址
@property
(
nonatomic
,
copy
)
NSString
*
liveRewardTaskUrl
;
@end
NS_ASSUME_NONNULL_END
Modules/FUSChatCenterModule/FUSChatCenterModule.xcodeproj/xcuserdata/aaa.xcuserdatad/xcschemes/xcschememanagement.plist
View file @
c37d2057
...
...
@@ -7,12 +7,12 @@
<
k
e
y
>
FUSChatCenterBundle.xcscheme_
^#
shared
#^
_
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
orderHint
<
/k
e
y
>
<
int
e
g
e
r
>
7
4
<
/int
e
g
e
r
>
<
int
e
g
e
r
>
7
3
<
/int
e
g
e
r
>
<
/
d
i
c
t
>
<
k
e
y
>
FUSChatCenterModule.xcscheme_
^#
shared
#^
_
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
orderHint
<
/k
e
y
>
<
int
e
g
e
r
>
7
7
<
/int
e
g
e
r
>
<
int
e
g
e
r
>
7
4
<
/int
e
g
e
r
>
<
/
d
i
c
t
>
<
/
d
i
c
t
>
<
/
d
i
c
t
>
...
...
Modules/FUSShowRoomModule/FUSShowRoomModule.xcodeproj/xcuserdata/aaa.xcuserdatad/xcschemes/xcschememanagement.plist
View file @
c37d2057
...
...
@@ -7,12 +7,12 @@
<
k
e
y
>
FUSShowRoomBundle.xcscheme_
^#
shared
#^
_
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
orderHint
<
/k
e
y
>
<
int
e
g
e
r
>
7
3
<
/int
e
g
e
r
>
<
int
e
g
e
r
>
7
2
<
/int
e
g
e
r
>
<
/
d
i
c
t
>
<
k
e
y
>
FUSShowRoomModule.xcscheme_
^#
shared
#^
_
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
orderHint
<
/k
e
y
>
<
int
e
g
e
r
>
7
2
<
/int
e
g
e
r
>
<
int
e
g
e
r
>
7
6
<
/int
e
g
e
r
>
<
/
d
i
c
t
>
<
/
d
i
c
t
>
<
/
d
i
c
t
>
...
...
Modules/FUSShowRoomModule/FUSShowRoomModule/Features/LiveRecords/Controller/FUSLiveRecordsController.swift
View file @
c37d2057
...
...
@@ -36,6 +36,10 @@ import RxCocoa
makeUI
()
bindViewModel
()
}
public
override
func
viewDidDisappear
(
_
animated
:
Bool
)
{
super
.
viewDidDisappear
(
animated
)
FUSLoadingView
.
fus_dismissProgressView
()
}
func
makeUI
()
{
...
...
Modules/FUSShowRoomModule/FUSShowRoomModule/Features/NewLive/Main/View/FUSVideoEndView/FUSVideoEndLiveScoreSheetView.swift
View file @
c37d2057
...
...
@@ -10,18 +10,21 @@ import SJAttributesStringMaker
class
FUSVideoEndLiveScoreSheetView
:
FUSBaseView
{
static
public
func
fus_create
(
liveAssessModel
:
FUSLiveEndLiveAssesModel
,
liveGasStationData
:
FUSLiveGasStationDataModel
?
=
nil
,
showOn
:
UIView
?
=
nil
)
{
static
public
func
fus_create
(
liveAssessModel
:
FUSLiveEndLiveAssesModel
,
liveGasStationData
:
FUSLiveGasStationDataModel
?
=
nil
,
showOn
:
UIView
?
=
nil
,
clickHandle
:((
_
btnType
:
FFVideoEndLiveScoreBlankButton
.
FFLiveScoreBlankType
)
->
Void
)?
=
nil
)
{
guard
let
showOnView
=
((
showOn
!=
nil
)
?
showOn
:
UIViewController
.
fus_top
()?
.
view
)
else
{
return
}
let
view
=
FUSVideoEndLiveScoreSheetView
(
frame
:
showOnView
.
bounds
)
view
.
liveAssessModel
=
liveAssessModel
;
view
.
liveGasStationData
=
liveGasStationData
view
.
clickHandle
=
clickHandle
view
.
fus_reloadData
()
showOnView
.
addSubview
(
view
)
view
.
fus_showWithAnimation
()
}
public
var
clickHandle
:
((
_
btnType
:
FFVideoEndLiveScoreBlankButton
.
FFLiveScoreBlankType
)
->
Void
)?
/// 数据
public
var
liveAssessModel
:
FUSLiveEndLiveAssesModel
=
.
init
()
/// 右上角的奖励记录
...
...
@@ -148,8 +151,9 @@ class FUSVideoEndLiveScoreSheetView: FUSBaseView {
self
.
rewardsRecordBtn
.
rx
.
tap
.
subscribe
(
onNext
:
{[
weak
self
]
in
guard
let
liveGasStationData
=
self
?
.
liveGasStationData
else
{
return
}
guard
let
liveAssessModel
=
self
?
.
liveAssessModel
else
{
return
}
let
vc
=
FUSWKWebViewController
()
vc
.
webUrlString
=
liveGasStationData
.
jumpUrl
vc
.
webUrlString
=
liveGasStationData
.
jumpUrl
+
"?statdate=
\(
liveAssessModel
.
statdate
)
"
UIViewController
.
fus_top
()
.
navigationController
?
.
pushViewController
(
vc
,
animated
:
true
)
})
.
disposed
(
by
:
disposeBag
)
}
...
...
@@ -206,6 +210,10 @@ extension FUSVideoEndLiveScoreSheetView {
FUSDialogView
.
fus_showDialog
(
msg
)
}
}
else
{
// 其他的就挂起给外面
self
.
clickHandle
?(
type
)
}
}
func
fus_showWithAnimation
(){
...
...
Modules/FUSShowRoomModule/FUSShowRoomModule/Features/NewLive/Main/View/FUSVideoEndView/FUSVideoEndV2View.swift
View file @
c37d2057
...
...
@@ -247,7 +247,13 @@ extension FUSVideoEndV2View: UITableViewDelegate, UITableViewDataSource {
// })
break
case
.
liveScore
:
FUSVideoEndLiveScoreSheetView
.
fus_create
(
liveAssessModel
:
self
.
model
.
liveAssess
,
showOn
:
self
)
FUSVideoEndLiveScoreSheetView
.
fus_create
(
liveAssessModel
:
self
.
model
.
liveAssess
,
showOn
:
self
)
{
btnType
in
if
btnType
==
.
popular
{
let
webVC
=
FUSWKWebViewController
()
webVC
.
webUrlString
=
self
.
model
.
popularData
.
jumpUrl
UIViewController
.
fus_top
()
.
navigationController
?
.
pushViewController
(
webVC
,
animated
:
true
)
}
}
case
.
allPopularity
:
let
webVC
=
FUSWKWebViewController
()
...
...
Modules/FUSUserCenterModule/FUSUserCenterModule.xcodeproj/xcuserdata/aaa.xcuserdatad/xcschemes/xcschememanagement.plist
View file @
c37d2057
...
...
@@ -7,12 +7,12 @@
<
k
e
y
>
FUSUserCenterModule.xcscheme_
^#
shared
#^
_
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
orderHint
<
/k
e
y
>
<
int
e
g
e
r
>
7
5
<
/int
e
g
e
r
>
<
int
e
g
e
r
>
7
8
<
/int
e
g
e
r
>
<
/
d
i
c
t
>
<
k
e
y
>
FUSUserCenterModuleBundle.xcscheme_
^#
shared
#^
_
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
orderHint
<
/k
e
y
>
<
int
e
g
e
r
>
7
6
<
/int
e
g
e
r
>
<
int
e
g
e
r
>
7
7
<
/int
e
g
e
r
>
<
/
d
i
c
t
>
<
/
d
i
c
t
>
<
/
d
i
c
t
>
...
...
Pods/Pods.xcodeproj/xcuserdata/aaa.xcuserdatad/xcschemes/xcschememanagement.plist
View file @
c37d2057
...
...
@@ -389,6 +389,11 @@
<
k
e
y
>
orderHint
<
/k
e
y
>
<
int
e
g
e
r
>
60
<
/int
e
g
e
r
>
<
/
d
i
c
t
>
<
k
e
y
>
SSZipArchive.xcscheme_
^#
shared
#^
_
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
orderHint
<
/k
e
y
>
<
int
e
g
e
r
>
75
<
/int
e
g
e
r
>
<
/
d
i
c
t
>
<
k
e
y
>
SnapKit-SnapKit_Privacy.xcscheme
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
isShown
<
/k
e
y
>
...
...
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