|
|
@@ -83,14 +83,14 @@ class HealthConsultationActivity :
|
|
|
"您有正在医疗咨询中,结束问诊后才能购买".toast()
|
|
|
} else {
|
|
|
JumpUtil.jumpActivityWithUrl(
|
|
|
- RouterUrlCommon.doctorDetails,
|
|
|
+ RouterUrlCommon.consultationRequest,
|
|
|
bean.id,
|
|
|
mContext
|
|
|
)
|
|
|
}
|
|
|
} else {
|
|
|
JumpUtil.jumpActivityWithUrl(
|
|
|
- RouterUrlCommon.consultationRequest,
|
|
|
+ RouterUrlCommon.doctorDetails,
|
|
|
bean.id,
|
|
|
mContext
|
|
|
)
|