dev_haigong
hjm 6 years ago
parent e7e304064b
commit 800f91bf3f

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

Loading…
Cancel
Save