shawenguan 1 年之前
父节点
当前提交
98e30d0d70
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 {