fix: 修复部分问题
This commit is contained in:
parent
c67149f35e
commit
1749744e27
|
|
@ -269,8 +269,6 @@
|
|||
|
||||
const params = { msg: text }
|
||||
|
||||
alert(params.msg)
|
||||
|
||||
/*
|
||||
* 拿到匹配的文字下标
|
||||
*/
|
||||
|
|
@ -386,7 +384,6 @@
|
|||
]
|
||||
})
|
||||
|
||||
console.log(str.output.text, '返回的答案')
|
||||
xhr.onreadystatechange = function() {
|
||||
if (xhr.readyState === 4) {
|
||||
const chunk = xhr.responseText;
|
||||
|
|
|
|||
|
|
@ -269,8 +269,6 @@
|
|||
|
||||
const params = { msg: text }
|
||||
|
||||
alert(params.msg)
|
||||
|
||||
/*
|
||||
* 拿到匹配的文字下标
|
||||
*/
|
||||
|
|
@ -386,7 +384,6 @@
|
|||
]
|
||||
})
|
||||
|
||||
console.log(str.output.text, '返回的答案')
|
||||
xhr.onreadystatechange = function() {
|
||||
if (xhr.readyState === 4) {
|
||||
const chunk = xhr.responseText;
|
||||
|
|
|
|||
|
|
@ -269,8 +269,6 @@
|
|||
|
||||
const params = { msg: text }
|
||||
|
||||
alert(params.msg)
|
||||
|
||||
/*
|
||||
* 拿到匹配的文字下标
|
||||
*/
|
||||
|
|
@ -386,7 +384,6 @@
|
|||
]
|
||||
})
|
||||
|
||||
console.log(str.output.text, '返回的答案')
|
||||
xhr.onreadystatechange = function() {
|
||||
if (xhr.readyState === 4) {
|
||||
const chunk = xhr.responseText;
|
||||
|
|
|
|||
|
|
@ -269,8 +269,6 @@
|
|||
|
||||
const params = { msg: text }
|
||||
|
||||
alert(params.msg)
|
||||
|
||||
/*
|
||||
* 拿到匹配的文字下标
|
||||
*/
|
||||
|
|
@ -386,7 +384,6 @@
|
|||
]
|
||||
})
|
||||
|
||||
console.log(str.output.text, '返回的答案')
|
||||
xhr.onreadystatechange = function() {
|
||||
if (xhr.readyState === 4) {
|
||||
const chunk = xhr.responseText;
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue