Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galaxy-iOS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mobile-group
galaxy-iOS
Commits
b1141211
Commit
b1141211
authored
Jul 09, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 删除测试代码
parent
1d477761
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
36 deletions
+2
-36
AppDelegate.swift
galaxy/galaxy/AppDelegate.swift
+2
-2
YHMySettingViewController.swift
...lasses/Modules/Mine(我的)/C/YHMySettingViewController.swift
+0
-21
YHMyViewController.swift
...alaxy/Classes/Modules/Mine(我的)/C/YHMyViewController.swift
+0
-13
No files found.
galaxy/galaxy/AppDelegate.swift
View file @
b1141211
...
@@ -104,7 +104,7 @@ extension AppDelegate {
...
@@ -104,7 +104,7 @@ extension AppDelegate {
//1.数据解析
//1.数据解析
#if DEBUG
#if DEBUG
SmartConfig
.
debugMode
=
.
none
SmartConfig
.
debugMode
=
.
none
#elseif TEST
NE
V
#elseif TEST
EN
V
SmartConfig
.
debugMode
=
.
none
SmartConfig
.
debugMode
=
.
none
#else
#else
SmartConfig
.
debugMode
=
.
none
SmartConfig
.
debugMode
=
.
none
...
@@ -113,7 +113,7 @@ extension AppDelegate {
...
@@ -113,7 +113,7 @@ extension AppDelegate {
//2.bugly参数设置
//2.bugly参数设置
#if DEBUG
#if DEBUG
Bugly
.
start
(
withAppId
:
YhConstant
.
Bugly
.
appidForTest
)
Bugly
.
start
(
withAppId
:
YhConstant
.
Bugly
.
appidForTest
)
#elseif TEST
NE
V
#elseif TEST
EN
V
Bugly
.
start
(
withAppId
:
YhConstant
.
Bugly
.
appidForTest
)
Bugly
.
start
(
withAppId
:
YhConstant
.
Bugly
.
appidForTest
)
#else
#else
Bugly
.
start
(
withAppId
:
YhConstant
.
Bugly
.
appidForRelease
)
Bugly
.
start
(
withAppId
:
YhConstant
.
Bugly
.
appidForRelease
)
...
...
galaxy/galaxy/Classes/Modules/Mine(我的)/C/YHMySettingViewController.swift
View file @
b1141211
...
@@ -196,14 +196,6 @@ class YHMySettingViewController: YHBaseViewController, ConstraintRelatableTarget
...
@@ -196,14 +196,6 @@ class YHMySettingViewController: YHBaseViewController, ConstraintRelatableTarget
@objc
func
clickRegBtn
()
{
@objc
func
clickRegBtn
()
{
YHCommonAlertView
.
show
(
"风险提示"
,
"您正在进行账号注销操作,一旦完成注销,您将无法再登录
\"
银河港生活
\"
APP,并因此无法在APP中继续现有的服务流程。
\n
\n
真心希望您能留下来,继续享受银河港生活为您提供的精彩服务。"
,
"取消"
,
"坚持注销"
)
{
YHCommonAlertView
.
show
(
"风险提示"
,
"您正在进行账号注销操作,一旦完成注销,您将无法再登录
\"
银河港生活
\"
APP,并因此无法在APP中继续现有的服务流程。
\n
\n
真心希望您能留下来,继续享受银河港生活为您提供的精彩服务。"
,
"取消"
,
"坚持注销"
)
{
if
true
{
let
arrData
=
[
1
,
2
]
let
i
=
arrData
[
10
]
if
i
==
100
{
}
return
}
self
.
unRegisterAPPOp
()
self
.
unRegisterAPPOp
()
}
}
}
}
...
@@ -270,19 +262,6 @@ extension YHMySettingViewController : UITableViewDelegate, UITableViewDataSource
...
@@ -270,19 +262,6 @@ extension YHMySettingViewController : UITableViewDelegate, UITableViewDataSource
func
tableView
(
_
tableView
:
UITableView
,
didSelectRowAt
indexPath
:
IndexPath
)
{
func
tableView
(
_
tableView
:
UITableView
,
didSelectRowAt
indexPath
:
IndexPath
)
{
#if DEBUG
YHHUD
.
flash
(
message
:
"DEBUG"
,
duration
:
2.0
)
#elseif TESTENV
YHHUD
.
flash
(
message
:
"TESTNEV"
,
duration
:
2.0
)
#elseif UATENV
YHHUD
.
flash
(
message
:
"UATENV"
,
duration
:
2.0
)
#else
YHHUD
.
flash
(
message
:
"RELEASE"
,
duration
:
2.0
)
#endif
if
0
<=
indexPath
.
row
&&
indexPath
.
row
<
items
.
count
{
if
0
<=
indexPath
.
row
&&
indexPath
.
row
<
items
.
count
{
let
item
=
items
[
indexPath
.
row
]
let
item
=
items
[
indexPath
.
row
]
...
...
galaxy/galaxy/Classes/Modules/Mine(我的)/C/YHMyViewController.swift
View file @
b1141211
...
@@ -274,19 +274,6 @@ extension YHMyViewController : UITableViewDelegate, UITableViewDataSource {
...
@@ -274,19 +274,6 @@ extension YHMyViewController : UITableViewDelegate, UITableViewDataSource {
func
tableView
(
_
tableView
:
UITableView
,
didSelectRowAt
indexPath
:
IndexPath
)
{
func
tableView
(
_
tableView
:
UITableView
,
didSelectRowAt
indexPath
:
IndexPath
)
{
#if DEBUG
YHHUD
.
flash
(
message
:
"DEBUG"
,
duration
:
2.0
)
#elseif TESTENV
YHHUD
.
flash
(
message
:
"TESTNEV"
,
duration
:
2.0
)
#elseif UATENV
YHHUD
.
flash
(
message
:
"UATENV"
,
duration
:
2.0
)
#else
YHHUD
.
flash
(
message
:
"RELEASE"
,
duration
:
2.0
)
#endif
if
(
indexPath
.
row
>=
items
.
count
)
{
return
}
if
(
indexPath
.
row
>=
items
.
count
)
{
return
}
if
!
checkLogin
()
{
if
!
checkLogin
()
{
...
...
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