Update openresty.js

This commit is contained in:
Mr Chen 2024-09-09 23:01:03 +08:00
parent 60fc2e5803
commit ebefee67bc
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ function getOpStatus() {
try {
var rdata = $.parseJSON(data.data);
if (!rdata.status){
showMsg(data.msg, function(){}, null,3000);
showMsg(rdata.msg, function(){}, null,3000);
return;
}