Commit b1b23b76 by 刘鹏

feat : 待接诊展示输入框

parent 3e939c1d
......@@ -10,7 +10,7 @@ ext {
"m-fm" : "0.0.30.03",
"m-user" : "0.0.61.88",
"m-home" : "0.0.22.70",
"m-im" : "0.0.20.66",
"m-im" : "0.0.20.67",
"m-dynamic" : "0.0.7.28",
"m-article" : "0.0.0.10",
......@@ -94,7 +94,7 @@ ext {
"m-fm" : "0.0.30.01",
"m-user" : "0.0.61.88",
"m-home" : "0.0.22.70",
"m-im" : "0.0.20.66",
"m-im" : "0.0.20.67",
"m-dynamic" : "0.0.7.28",
"m-article" : "0.0.0.8",
......
......@@ -514,7 +514,7 @@ public class YDLMessageFragment extends TFragment implements ModuleProxy {
} else if (type == 20) {
//待接诊
inputPanel.setVisible(false);
inputPanel.setVisible(true);
top_expert_info_ll.setVisibility(View.VISIBLE);
receive_undiagnosis.setVisibility(View.GONE);
receive_unstart.setVisibility(View.VISIBLE);
......
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