Commit 7d4115f2 authored by 朱璇's avatar 朱璇

bugfix @莹莹 【ios埋点3-发起呼叫按钮点击】医生详情页点击发起呼叫闪退

parent fc5989df
......@@ -190,7 +190,7 @@
}
// 埋点
if (!self.isDispatch) {
[GMVideoPhobos consultation_traceWithActionStep:@"Consultation.One2One.LaunchButtion.Click" status:@"success" extraParam:@{@"counsellor_id": self.counsellorId, @"referer": SafeString(self.referer)}];
[GMVideoPhobos consultation_traceWithActionStep:@"Consultation.One2One.LaunchButtion.Click" status:@"success" extraParam:@{@"counsellor_id": SafeString(self.counsellorId), @"referer": SafeString(self.referer)}];
}
[self payMoney];
}
......
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