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

View File

@@ -70,9 +70,11 @@ public class AppletVo {
public boolean isShowBtn() { public boolean isShowBtn() {
if(states.equals("5")){ if(states.equals("5")){
this.state="失效"; if(isReservation.equals("1")){
this.state="已完成";
showBtn=false; showBtn=false;
} }
}
return showBtn; return showBtn;
} }