Browse Source

:bug: 不存在的变量

visuddhinanda 5 years ago
parent
commit
6564ab225a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/studio/js/xml.js

+ 1 - 1
app/studio/js/xml.js

@@ -269,7 +269,7 @@ function modifyApply(sWordId,update_user_dict){
 	let oldReal = getNodeText(x[wordIndex],"real");
 	let oldReal = getNodeText(x[wordIndex],"real");
 	if(sReal != oldReal){
 	if(sReal != oldReal){
 		setNodeText(x[wordIndex],"real",sReal);
 		setNodeText(x[wordIndex],"real",sReal);
-		msg_data.real=Real;
+		msg_data.real=sReal;
 	}
 	}
 	setNodeAttr(x[wordIndex],"real","status",wordCurrStatus);
 	setNodeAttr(x[wordIndex],"real","status",wordCurrStatus);