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