From 15fd493badc32dc25d2ccbea5dcb30f84b24a18f Mon Sep 17 00:00:00 2001 From: yxw <17074267@qq.com> Date: Thu, 23 Nov 2023 10:31:14 +0800 Subject: [PATCH] fix --- home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()