|
@@ -71,7 +71,7 @@ class HealthConsultationActivity :
|
|
|
recommendDoctorAdapter.onClickListener = { bean, type ->
|
|
|
if (TextUtils.equals("consult", type)) {
|
|
|
if (consultationBeans.isNotEmpty()) {
|
|
|
- "您有正在医疗咨询中,结束问诊后才能购买".toast()
|
|
|
+ "您有正在进行的医疗咨询,结束问诊后才能购买".toast()
|
|
|
} else {
|
|
|
JumpUtil.jumpActivityWithUrl(
|
|
|
RouterUrlCommon.consultationRequest, bean.id, mContext
|