This commit is contained in:
2023-12-03 16:45:14 +08:00
parent a300f3c360
commit 8dbe4f2ceb

View File

@@ -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;
}