This commit is contained in:
pushuo 2022-07-01 14:44:58 +08:00
parent f88d659198
commit bf6650fdc2
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@
type: 'post',
success: function(res) {
layer.msg(res.message)
self.plugins[index].installed = true;
self.plugins[index].installed = type == 'install' ? true : false;
},
})
}