whoops v2
This commit is contained in:
parent
fba33a9597
commit
f23f838b7a
1 changed files with 2 additions and 1 deletions
|
@ -3136,7 +3136,7 @@ const app = new Vue({
|
|||
}
|
||||
}
|
||||
} catch (e) {
|
||||
console.log(e);
|
||||
console.error(e);
|
||||
app.loadQQLyrics();
|
||||
//app.loadAMLyrics()
|
||||
}
|
||||
|
@ -3147,6 +3147,7 @@ const app = new Vue({
|
|||
// app.loadAMLyrics();
|
||||
};
|
||||
req.open('POST', url, true);
|
||||
req.send();
|
||||
}
|
||||
|
||||
function getMXMTrans(id, lang) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue