Commit 883c1e68 by 刘鹏

feat: 支付按钮隐藏

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