Update app.js

This commit is contained in:
Mr Chen 2024-02-03 15:51:33 +08:00
parent c0d5c5c0e6
commit bbaced5976
1 changed files with 0 additions and 2 deletions

View File

@ -580,13 +580,11 @@ function redisBatchDel(){
data['sid'] = redisGetSid();
data['keys'] = keys;
redisPostCB('batch_del_val', data, function(rdata){
if (rdata.data.status){
showMsg(rdata.data.msg,function(){
if (rdata.data.status){
redisGetList();
}
},{icon: rdata.data.status ? 1 : 2}, 2000);
}
});
});
}