Commit 0f9f4f2c by 霍志良

fix:BUG修复

parent 1853ffe8
...@@ -11,7 +11,7 @@ ext { ...@@ -11,7 +11,7 @@ ext {
"m-user" : "0.0.62.04", "m-user" : "0.0.62.04",
"m-home" : "0.0.23.44", "m-home" : "0.0.23.44",
"m-im" : "0.0.21.33", "m-im" : "0.0.21.33",
"m-dynamic" : "0.0.7.40", "m-dynamic" : "0.0.7.41",
"m-article" : "0.0.0.10", "m-article" : "0.0.0.10",
"m-muse" : "0.0.28.28", "m-muse" : "0.0.28.28",
...@@ -97,7 +97,7 @@ ext { ...@@ -97,7 +97,7 @@ ext {
"m-user" : "0.0.62.04", "m-user" : "0.0.62.04",
"m-home" : "0.0.23.41", "m-home" : "0.0.23.41",
"m-im" : "0.0.21.33", "m-im" : "0.0.21.33",
"m-dynamic" : "0.0.7.40", "m-dynamic" : "0.0.7.41",
"m-article" : "0.0.0.8", "m-article" : "0.0.0.8",
"m-muse" : "0.0.28.28", "m-muse" : "0.0.28.28",
......
...@@ -494,10 +494,9 @@ public class PublishQuestionAndTrendFragment extends BaseFragment implements Vie ...@@ -494,10 +494,9 @@ public class PublishQuestionAndTrendFragment extends BaseFragment implements Vie
publish_anonymity_iv.setImageResource(R.drawable.dynamic_checkbox_sel); publish_anonymity_iv.setImageResource(R.drawable.dynamic_checkbox_sel);
} }
if (isDoctorShow==1){ if (isDoctorShow==1){
publish_anonymity_iv.setImageResource(R.drawable.dynamic_checkbox_sel); iv_to_expert.setImageResource(R.drawable.dynamic_checkbox);
}else{ } else{
publish_anonymity_iv.setImageResource(R.drawable.dynamic_checkbox); iv_to_expert.setImageResource(R.drawable.dynamic_checkbox_sel);
} }
} }
} else {//提问 } else {//提问
...@@ -526,10 +525,9 @@ public class PublishQuestionAndTrendFragment extends BaseFragment implements Vie ...@@ -526,10 +525,9 @@ public class PublishQuestionAndTrendFragment extends BaseFragment implements Vie
publish_anonymity_iv.setImageResource(R.drawable.dynamic_checkbox_sel); publish_anonymity_iv.setImageResource(R.drawable.dynamic_checkbox_sel);
} }
if (isDoctorShow==1){ if (isDoctorShow==1){
publish_anonymity_iv.setImageResource(R.drawable.dynamic_checkbox_sel); iv_to_expert.setImageResource(R.drawable.dynamic_checkbox_sel);
}else{ }else{
publish_anonymity_iv.setImageResource(R.drawable.dynamic_checkbox); iv_to_expert.setImageResource(R.drawable.dynamic_checkbox);
} }
} }
} }
......
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