Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
iOSTeam
/
Majiabao
/
TealiveModule
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
04fe0d27
authored
Apr 17, 2024
by
pierce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed bugs
parent
145cb9f4
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
4 deletions
Module/GDFriend/GDFriend/Features/ApplyView/View/GDFriendApplyView.swift
Module/GDMoment/GDMoment/Features/ZoneMoment/View/Comment/View/GDZoneContentMomentCommentView.swift
Module/GDMoment/GDMoment/Features/ZoneMoment/View/GDZoneContentMomentView.swift
Module/GDFriend/GDFriend/Features/ApplyView/View/GDFriendApplyView.swift
View file @
04fe0d27
...
...
@@ -183,7 +183,7 @@ class GDFriendApplyView: BaseView {
if
self
?
.
rechargeHandler
!=
nil
{
self
?
.
rechargeHandler
?()
}
else
{
if
let
vc
=
self
?
.
viewController
{
if
let
vc
=
UIViewController
.
topViewController
()
{
GDRouter
.
Payment
?
.
showRechargeVC
(
rootVC
:
vc
)
}
}
...
...
Module/GDMoment/GDMoment/Features/ZoneMoment/View/Comment/View/GDZoneContentMomentCommentView.swift
View file @
04fe0d27
...
...
@@ -130,8 +130,6 @@ class GDZoneContentMomentCommentView: BaseView {
}
}
lineView
.
snp
.
makeConstraints
{
make
in
make
.
top
.
equalTo
(
titleLabel
.
snp
.
bottom
)
.
offset
(
16
)
make
.
left
.
right
.
equalToSuperview
()
...
...
Module/GDMoment/GDMoment/Features/ZoneMoment/View/GDZoneContentMomentView.swift
View file @
04fe0d27
...
...
@@ -152,7 +152,7 @@ class GDZoneContentMomentView: GDZoneContentPublicMomentView {
if
self
?
.
viewModel
.
fid
==
GDRouter
.
UserRouter
?
.
uid
{
self
?
.
viewHeight
.
accept
(
size
?
.
height
??
0.0
+
GDScreen
.
SafeArea
.
bottom
+
80
)
}
else
{
self
?
.
viewHeight
.
accept
(
size
?
.
height
??
0.
0
)
self
?
.
viewHeight
.
accept
(
(
size
?
.
height
??
0.0
)
+
4
0
)
}
})
.
disposed
(
by
:
disposeBag
)
...
...
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