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
e71d37ee
authored
Apr 19, 2024
by
pierce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed bugs
parent
79fedda0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
Module/GDUserZoneModule/GDUserZoneModule/Feature/Zone/Main/View/GDZoneViewController.swift
Module/GDUserZoneModule/GDUserZoneModule/Feature/Zone/Main/View/GDZoneViewController.swift
View file @
e71d37ee
...
...
@@ -515,13 +515,13 @@ class GDZoneViewController: BaseViewController {
}
}
else
{
if
index
==
0
{
if
(
optionArr
.
count
==
3
&&
index
==
1
)
||
(
optionArr
.
count
==
2
&&
index
==
0
)
{
// 举报
let
reportVC
=
GDReportViewController
(
with
:
.
zone
)
reportVC
.
fid
=
self
.
viewModel
.
uid
reportVC
.
nickname
=
self
.
viewModel
.
zoneData
.
value
.
nickname
self
.
navigationController
?
.
pushViewController
(
reportVC
,
animated
:
true
)
}
else
if
index
==
1
{
}
else
if
(
optionArr
.
count
==
3
&&
index
==
2
)
||
(
optionArr
.
count
==
2
&&
index
==
1
)
{
_
=
GDAlertView
.
showAlertView
(
viewController
:
self
,
title
:
"确定不再看
\(
self
.
viewModel
.
zoneData
.
value
.
nickname
)
?"
,
message
:
nil
,
confirmTitle
:
"确定"
,
cancleTitle
:
"取消"
,
confirmAction
:
{
let
uid
=
self
.
viewModel
.
uid
...
...
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