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
d00536e3
Commit
d00536e3
authored
Aug 14, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、删除测试代码
parent
36ae8498
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
3 deletions
+1
-3
YHHomeHoldViewPageViewController.swift
...Modules/Home(首页)/C/YHHomeHoldViewPageViewController.swift
+0
-1
YHHomeWebViewController.swift
.../Classes/Modules/Home(首页)/C/YHHomeWebViewController.swift
+0
-2
YHOffivialApprovalSuccessView.swift
...ficialApproval(正式批)/V/YHOffivialApprovalSuccessView.swift
+1
-0
No files found.
galaxy/galaxy/Classes/Modules/Home(首页)/C/YHHomeHoldViewPageViewController.swift
View file @
d00536e3
...
...
@@ -148,7 +148,6 @@ extension YHHomeHoldViewPageViewController {
return
}
// model.type = 1//for test hjl
if
model
.
type
==
1
{
//正式弹窗
self
.
princleVM
.
postAlertStatus
(
15
)
{
success
,
error
in
...
...
galaxy/galaxy/Classes/Modules/Home(首页)/C/YHHomeWebViewController.swift
View file @
d00536e3
...
...
@@ -113,8 +113,6 @@ class YHHomeWebViewController: YHBaseViewController, WKUIDelegate, WKNavigationD
api
.
delegate
=
self
webview
.
addJavascriptObject
(
api
,
namespace
:
nil
)
url
=
"http://192.168.23.35:10300/articleDetail.html?id=3046"
//for test hjl
// 创建网址
let
url
=
NSURL
(
string
:
url
)
// 创建请求
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/OfficialApproval(正式批)/V/YHOffivialApprovalSuccessView.swift
View file @
d00536e3
...
...
@@ -89,6 +89,7 @@ class YHOffivialApprovalSuccessView: UIView {
private
extension
YHOffivialApprovalSuccessView
{
func
updateUI
()
{
// backgroundColor = .purple // for test hjl
guard
let
model
=
dataModel
else
{
return
}
titleLabel
.
text
=
"恭喜 "
+
model
.
applicant_name
+
model
.
applicant_sex
.
gentlemanDescribe
()
+
"!"
...
...
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