diff --git a/home.html b/home.html index c8e8fb0..1942ecd 100644 --- a/home.html +++ b/home.html @@ -1119,7 +1119,7 @@ //contentType: "application/json; charset=utf-8", success: function (res) { console.log('返回数据', typeof (res), res) - let resData = JSON.parse(res) + let resData = res if (resData.success) { data.mic2 = resData.content.mic2 bindData()