yxw 2023-12-01 11:35:36 +08:00
parent 55fe939168
commit 4a6b69749a
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ $(function () {
console.log(e.data);
// console.log(typeof (e.data))
var eqData = $.parseJSON(e.data).content
if (eqData.action == 'home_get') {
if ($.parseJSON(e.data).action == 'home_get') {
console.log('需要重新加载')
loadData()
}