Update openresty.js

This commit is contained in:
Mr Chen 2024-09-09 23:02:38 +08:00
parent ebefee67bc
commit ee119ea3cc
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ function getOpStatus() {
layer.close(loadT);
try {
var rdata = $.parseJSON(data.data);
if (!rdata.status){
if ('status' in rdata && !rdata.status){
showMsg(rdata.msg, function(){}, null,3000);
return;
}