@ -590,7 +590,7 @@ pop_box_new(htmlvalue, 480, 182);
.then((response) => {
console.log(response);
// TODO status -2 重复操作,直接解锁
if (response.data.test_sets == -1) {
if (response.data.status == -1 || response.data.test_sets == -1) {
console.error('testSetUnlock失败!')
this.showSnackbar(response.data.message)
return;