From 20b327c4438053f162cf213886770651daf6958b Mon Sep 17 00:00:00 2001 From: iotcat Date: Sun, 16 Aug 2020 13:47:33 +0800 Subject: [PATCH] add anime --- js/update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/update.js b/js/update.js index eab82cf..2d913b5 100644 --- a/js/update.js +++ b/js/update.js @@ -182,7 +182,7 @@ $(function(){ $(".log-btn").removeClass("off"); $('.log-btn').click(function(){ session.onload(function(){ - $.get('/api/checkUpdate.php?thash='+hash+'&hash='session.get('hash'), function(data){ + $.get('/api/checkUpdate.php?thash='+hash+'&hash='+session.get('hash'), function(data){ data = JSON.parse(data); if(data.code == 200){ tips.success({message: '更新成功!'});