|
@@ -3134,14 +3134,16 @@ ${JSON.stringify(_list)}
|
|
}
|
|
}
|
|
this.showGetTextLoading = true;
|
|
this.showGetTextLoading = true;
|
|
let privText = e.privText;
|
|
let privText = e.privText;
|
|
|
|
+
|
|
let _copyPrivSpeakerId = privSpeakerId;
|
|
let _copyPrivSpeakerId = privSpeakerId;
|
|
- if (!privText || !privSpeakerId || privSpeakerId == "Unknown") {
|
|
|
|
- return;
|
|
|
|
- }
|
|
|
|
console.log("👇转译对象👇");
|
|
console.log("👇转译对象👇");
|
|
console.log(e);
|
|
console.log(e);
|
|
console.log("👇转译结果👇");
|
|
console.log("👇转译结果👇");
|
|
console.log(privText);
|
|
console.log(privText);
|
|
|
|
+ if (!privText || !privSpeakerId || privSpeakerId == "Unknown") {
|
|
|
|
+ return;
|
|
|
|
+ }
|
|
|
|
+
|
|
const newItem = {
|
|
const newItem = {
|
|
value: privText,
|
|
value: privText,
|
|
role: "",
|
|
role: "",
|