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
22ce46cd
Commit
22ce46cd
authored
May 23, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改细节
parent
21809b3a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
AppDelegate.swift
galaxy/galaxy/AppDelegate.swift
+1
-0
Applegate(JPush).swift
galaxy/galaxy/Applegate(JPush).swift
+1
-0
YHServiceOrderProgressTableViewCell.swift
...Service(服务中心)/V/YHServiceOrderProgressTableViewCell.swift
+1
-0
No files found.
galaxy/galaxy/AppDelegate.swift
View file @
22ce46cd
...
@@ -42,6 +42,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, WXApiDelegate {
...
@@ -42,6 +42,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, WXApiDelegate {
WXApi
.
startLog
(
by
:
.
detail
)
{
string
in
WXApi
.
startLog
(
by
:
.
detail
)
{
string
in
print
(
"
\(
string
)
"
)
print
(
"
\(
string
)
"
)
}
}
YHOSSManager
.
share
.
getOSSID
()
//1.设置主窗口
//1.设置主窗口
setupRootVC
()
setupRootVC
()
return
true
return
true
...
...
galaxy/galaxy/Applegate(JPush).swift
View file @
22ce46cd
...
@@ -89,6 +89,7 @@ extension AppDelegate: JPUSHRegisterDelegate {
...
@@ -89,6 +89,7 @@ extension AppDelegate: JPUSHRegisterDelegate {
// 请求消息页面通知权限通知
// 请求消息页面通知权限通知
NotificationCenter
.
default
.
post
(
name
:
YhConstant
.
YhNotification
.
didReqeustNotifyPermissionNotification
,
object
:
nil
)
NotificationCenter
.
default
.
post
(
name
:
YhConstant
.
YhNotification
.
didReqeustNotifyPermissionNotification
,
object
:
nil
)
}
}
YHOSSManager
.
share
.
getOSSID
()
}
}
func
jpushNotificationCenter
(
_
center
:
UNUserNotificationCenter
,
willPresent
notification
:
UNNotification
,
withCompletionHandler
completionHandler
:
((
Int
)
->
Void
))
{
func
jpushNotificationCenter
(
_
center
:
UNUserNotificationCenter
,
willPresent
notification
:
UNNotification
,
withCompletionHandler
completionHandler
:
((
Int
)
->
Void
))
{
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/V/YHServiceOrderProgressTableViewCell.swift
View file @
22ce46cd
...
@@ -127,6 +127,7 @@ extension YHServiceOrderProgressTableViewCell {
...
@@ -127,6 +127,7 @@ extension YHServiceOrderProgressTableViewCell {
let
aa
:
ASAttributedString
=
.
init
(
NSAttributedString
(
string
:
"驳回"
),
.
font
(
UIFont
.
PFSC_M
(
ofSize
:
13
)),
.
foreground
(
UIColor
.
failColor
))
let
aa
:
ASAttributedString
=
.
init
(
NSAttributedString
(
string
:
"驳回"
),
.
font
(
UIFont
.
PFSC_M
(
ofSize
:
13
)),
.
foreground
(
UIColor
.
failColor
))
let
aaa
:
ASAttributedString
=
.
init
(
"了哦~"
,
.
font
(
UIFont
.
PFSC_M
(
ofSize
:
13
)),
.
foreground
(
UIColor
(
hex
:
0x94a3b8
)))
let
aaa
:
ASAttributedString
=
.
init
(
"了哦~"
,
.
font
(
UIFont
.
PFSC_M
(
ofSize
:
13
)),
.
foreground
(
UIColor
(
hex
:
0x94a3b8
)))
messageLabel
.
attributed
.
text
=
a
+
aa
+
aaa
messageLabel
.
attributed
.
text
=
a
+
aa
+
aaa
buttonLabel
.
text
=
"去修改"
}
}
}
}
if
model
.
type
==
3
{
if
model
.
type
==
3
{
...
...
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