Commit 22ce46cd authored by pete谢兆麟's avatar pete谢兆麟

修改细节

parent 21809b3a
...@@ -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
......
...@@ -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)) {
......
...@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment