12/3
This commit is contained in:
@@ -70,8 +70,10 @@ public class AppletVo {
|
||||
|
||||
public boolean isShowBtn() {
|
||||
if(states.equals("5")){
|
||||
this.state="失效";
|
||||
showBtn=false;
|
||||
if(isReservation.equals("1")){
|
||||
this.state="已完成";
|
||||
showBtn=false;
|
||||
}
|
||||
}
|
||||
return showBtn;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user