修复报错

This commit is contained in:
anonymous
2020-12-23 14:54:50 +08:00
parent 62b52d0436
commit a765e8b810

View File

@@ -248,6 +248,7 @@ async function jdJxStory() {
} }
function getJoyList() { function getJoyList() {
$.joyIds = []
return new Promise(async resolve => { return new Promise(async resolve => {
$.get(taskUrl('crazyJoy_user_gameState'), async (err, resp, data) => { $.get(taskUrl('crazyJoy_user_gameState'), async (err, resp, data) => {
try { try {