Commit 7008a8c2 by mReturn

优化sop设置项显示方式

parent 555b1333
......@@ -173,7 +173,7 @@ public class SopLocalActivity extends BaseActivity<SImplePresenter, ActivitySopL
//根据是否已设置sop判断布局显示
private void setAnswerStatuView() {
if (currentSop.getTextOption()!=2){
if (currentSop.getRadioOption()!=2){
mBind.tvRadio.setVisibility(View.GONE);
mBind.rgSop.setVisibility(View.GONE);
}else {
......
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 sign in to comment