shawenguan před 1 rokem
rodič
revize
98e30d0d70
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Scripts/wubian/wubianSynthesis.js

+ 1 - 1
Scripts/wubian/wubianSynthesis.js

@@ -284,7 +284,7 @@ function getSynthesizeCombination(retCvtData) {
             if (oneData && oneData.verList && limitCount <= oneData.verList.length) {
                 let oneListSub = oneData.verList.splice(oneData.verList.length - limitCount, limitCount);
                 for (let j = 0; j < oneListSub.length; j++) {
-                    oneListSub[j].title = oneData.name;
+                    oneListSub[j].title = oneData.title;
                     retOneList.push(oneListSub[j]);
                 }
             } else {