Commit 47b29fdc by 刘鹏

Merge branch 'feat/lp/lp_confide_13' into 'd/v_confide_2.0'

feat: 支付按钮隐藏

See merge request app_android_lib/YDL-Component!114
parents e29183f6 883c1e68
......@@ -5,7 +5,7 @@ ext {
ydlPublishVersion = [
// -------------- 业务模块 --------------
//第三步 若干
"m-confide" : "0.0.50.05",
"m-confide" : "0.0.50.06",
"m-consultant" : "0.0.60.27",
"m-fm" : "0.0.30.09",
"m-user" : "0.0.62.26",
......@@ -90,7 +90,7 @@ ext {
// -------------- 业务模块 --------------
//第三步 若干
"m-confide" : "0.0.50.05",
"m-confide" : "0.0.50.06",
"m-consultant" : "0.0.60.27",
"m-fm" : "0.0.30.09",
"m-user" : "0.0.62.26",
......
......@@ -487,7 +487,7 @@ class ConfideBottomSheetDialogFragment : BottomSheetDialogFragment() {
override fun onResume() {
super.onResume()
if (doctorId.isNotBlank()) {
if (doctorId.isNotBlank() && layoutCall.visibility == View.VISIBLE) {
onLoadDialStatus(doctorId)
}
}
......
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