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
6625c532
Commit
6625c532
authored
Jun 11, 2020
by
朱璇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
埋点修改
parent
64ea4e8f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
GMBasicInfoCardView.m
...lasses/ToFace/ToFaceDoctorList/View/GMBasicInfoCardView.m
+1
-1
GMWaitingGrabListViewController.m
...ingTable/ViewController/GMWaitingGrabListViewController.m
+0
-2
No files found.
GMAILab/Classes/ToFace/ToFaceDoctorList/View/GMBasicInfoCardView.m
View file @
6625c532
...
@@ -257,7 +257,7 @@
...
@@ -257,7 +257,7 @@
-
(
void
)
consultation_traceWithStatus
:
(
NSString
*
)
status
{
-
(
void
)
consultation_traceWithStatus
:
(
NSString
*
)
status
{
// 埋点
// 埋点
[
GMVideoPhobos
consultation_traceWithActionStep
:
@"Consultation.CreateOrder"
status
:
status
extraParam
:
@{
@"counsellor_id"
:
SafeString
(
self
.
counsellorId
),
@"order_no"
:
SafeString
(
self
.
orderNo
),
@"referer"
:
SafeString
(
self
.
referer
)}];
[
GMVideoPhobos
consultation_traceWithActionStep
:
@"Consultation.CreateOrder"
status
:
status
extraParam
:
@{
@"order_no"
:
SafeString
(
self
.
orderNo
)}];
}
}
#pragma mark - 需要付款,先付款、后面诊
#pragma mark - 需要付款,先付款、后面诊
...
...
GMAILab/Classes/ToFace/WorkingTable/ViewController/GMWaitingGrabListViewController.m
View file @
6625c532
...
@@ -94,13 +94,11 @@
...
@@ -94,13 +94,11 @@
__weak
typeof
(
self
)
weakSelf
=
self
;
__weak
typeof
(
self
)
weakSelf
=
self
;
[
self
.
viewModel
fetchWaitingListData
:
^
(
APIStatusCode
apiStatus
,
NSString
*
message
)
{
[
self
.
viewModel
fetchWaitingListData
:
^
(
APIStatusCode
apiStatus
,
NSString
*
message
)
{
if
(
APIStatusCodeFailed
==
apiStatus
)
{
// 失败
if
(
APIStatusCodeFailed
==
apiStatus
)
{
// 失败
[
GMVideoPhobos
consultation_traceWithActionStep
:
@"Consultation.Dispatch.PollDispatch"
status
:
@"failed"
extraParam
:
@{
@"consultation_record_id"
:
@""
}];
[
weakSelf
showEmptyView
:
GMEmptyViewTypeException
];
[
weakSelf
showEmptyView
:
GMEmptyViewTypeException
];
if
([
message
isNonEmpty
])
{
if
([
message
isNonEmpty
])
{
[
weakSelf
toast
:
message
];
[
weakSelf
toast
:
message
];
}
}
}
else
{
}
else
{
[
GMVideoPhobos
consultation_traceWithActionStep
:
@"Consultation.Dispatch.PollDispatch"
status
:
@"success"
extraParam
:
@{
@"consultation_record_id"
:
@""
}];
if
(
apiStatus
==
APIStatusCodeEmpty
)
{
// 空
if
(
apiStatus
==
APIStatusCodeEmpty
)
{
// 空
[
weakSelf
showEmptyView
:
GMEmptyViewTypeEmpty
];
[
weakSelf
showEmptyView
:
GMEmptyViewTypeEmpty
];
}
else
{
}
else
{
...
...
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