yxw 2023-11-23 10:31:14 +08:00
parent 0fcc66aa61
commit 15fd493bad
1 changed files with 1 additions and 1 deletions

View File

@ -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()