yxw 2023-11-23 10:33:20 +08:00
parent 15fd493bad
commit 037e5ce534
1 changed files with 6 additions and 6 deletions

View File

@ -985,7 +985,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.lineinput = resData.content.lineinput
bindData()
@ -1028,7 +1028,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.lineinput = resData.content.lineinput
bindData()
@ -1073,7 +1073,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.mic1 = resData.content.mic1
bindData()
@ -1163,7 +1163,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.output = resData.content.output
bindData()
@ -1197,7 +1197,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) {
if (module == 'lineinput') {
data.lineinput = resData.content.lineinput
@ -1237,7 +1237,7 @@
type: "GET",
url: url,
success: function (res) {
let resData = JSON.parse(res)
let resData = res
if (resData.success) {
data = resData.content
lineinputValue = data.lineinput.audio