Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
GMAILab
Project
Project
Details
Activity
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
gengmeiios
GMAILab
Commits
7ee2e6e4
Commit
7ee2e6e4
authored
Jun 30, 2020
by
艾娇平
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更换遵守协议
parent
af0d7b9d
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
7 deletions
+10
-7
GMBasicInfoCardView.m
...lasses/ToFace/ToFaceDoctorList/View/GMBasicInfoCardView.m
+4
-2
GMTofaceOrderDetailViewController.m
...eOrder/ViewController/GMTofaceOrderDetailViewController.m
+1
-1
GMBusinessReportListController.m
...kingTable/ViewController/GMBusinessReportListController.m
+3
-2
GMBusinessReportResultController.m
...ngTable/ViewController/GMBusinessReportResultController.m
+1
-1
GMDiagnoseRecordWebViewController.m
...ToFace/diagnoseRecord/GMDiagnoseRecordWebViewController.m
+1
-1
No files found.
GMAILab/Classes/ToFace/ToFaceDoctorList/View/GMBasicInfoCardView.m
View file @
7ee2e6e4
...
...
@@ -31,7 +31,7 @@
#define dispatchAllHeight (522 + UIView.safeAreaInsetsBottom)
#define dispatchHalfHeight (286 + UIView.safeAreaInsetsBottom)
@interface
GMBasicInfoCardView
()
<
WKWebViewDelegate
>
@interface
GMBasicInfoCardView
()
<
GMJSBridgeProtocol
>
@property
(
nonatomic
,
strong
)
GMBaseWebViewComponent
*
webCompent
;
@property
(
nonatomic
,
strong
)
GMVideoWaitingView
*
waitingView
;
@property
(
nonatomic
,
assign
)
int
currentTime
;
...
...
@@ -129,7 +129,9 @@
}
}
-
(
void
)
getVideoPermission
:
(
NSDictionary
*
)
data
{
-
(
void
)
getVideoPermission
:
(
NSString
*
)
jsonString
;
{
NSDictionary
*
data
=
[
NSDictionary
dictionaryWithJsonString
:
jsonString
];
//先请求订单接口,付款完成后再进行面诊
self
.
dict
=
[
NSMutableDictionary
dictionaryWithDictionary
:
data
];
self
.
traceId
=
[
GMVideoPhobos
getTraceId
];
...
...
GMAILab/Classes/ToFace/ToFaceOrder/ViewController/GMTofaceOrderDetailViewController.m
View file @
7ee2e6e4
...
...
@@ -15,7 +15,7 @@
#import "GMToFaceNetworking.h"
@import
GMBaseWeb
;
@import
GMHud
;
@interface
GMTofaceOrderDetailViewController
()
<
WKWebViewDelegate
>
@interface
GMTofaceOrderDetailViewController
()
<
GMJSBridgeProtocol
>
@property
(
nonatomic
,
strong
)
GMComplaintObject
*
complaintObject
;
@end
...
...
GMAILab/Classes/ToFace/WorkingTable/ViewController/GMBusinessReportListController.m
View file @
7ee2e6e4
...
...
@@ -15,7 +15,7 @@
#import <GMFoundation/GMFoundation-umbrella.h>
@import
GMBaseWeb
;
@import
GMNetworking
;
@interface
GMBusinessReportListController
()
<
WKWebViewDelegate
>
@interface
GMBusinessReportListController
()
<
GMJSBridgeProtocol
>
@end
...
...
@@ -48,7 +48,8 @@
return
[
NSString
stringWithFormat
:
@"&doctor_id=%@&counsellor_id=%@"
,
SafeString
(
self
.
doctorId
),
SafeString
(
self
.
counsellorId
)];
}
-
(
void
)
videoDiagnoseComplaint
:
(
NSDictionary
*
)
complaint
{
-
(
void
)
videoDiagnoseComplaint
:
(
NSString
*
)
jsonString
{
NSDictionary
*
complaint
=
[
NSDictionary
dictionaryWithJsonString
:
jsonString
];
GMComplaintResultViewType
complaintStatus
=
[
complaint
[
@"status"
]
integerValue
];
if
(
complaintStatus
==
GMComplaintResultViewTypeNone
)
{
GMEndConsultView
*
view
=
[[
GMEndConsultView
alloc
]
initWithType
:
GMEndConsultViewTypeDoctorComplaint
starNum
:
0
];
...
...
GMAILab/Classes/ToFace/WorkingTable/ViewController/GMBusinessReportResultController.m
View file @
7ee2e6e4
...
...
@@ -18,7 +18,7 @@
@import
GMNetworking
;
@import
GMFoundation
;
@import
GMAlbum
;
@interface
GMBusinessReportResultController
()
<
WKWebViewDelegate
>
@interface
GMBusinessReportResultController
()
<
GMJSBridgeProtocol
>
@property
(
nonatomic
,
strong
)
UIImage
*
shareImage
;
@property
(
nonatomic
,
copy
)
NSString
*
shareUserId
;
...
...
GMAILab/Classes/ToFace/diagnoseRecord/GMDiagnoseRecordWebViewController.m
View file @
7ee2e6e4
...
...
@@ -34,7 +34,7 @@
@implementation
GMViewEvaluateModel
@end
@interface
GMDiagnoseRecordWebViewController
()
<
WKWebViewDelegate
>
@interface
GMDiagnoseRecordWebViewController
()
<
GMJSBridgeProtocol
>
@property
(
nonatomic
,
strong
)
GMComplaintObject
*
complaintObject
;
@property
(
nonatomic
,
assign
)
BOOL
isSureOrder
;
...
...
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