shawenguan 1 năm trước cách đây
mục cha
commit
c4933a4c99
2 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 1 1
      BoxJsSub/hbcpre.json
  2. 1 0
      Scripts/hbcpre/hbcpreComposite.js

+ 1 - 1
BoxJsSub/hbcpre.json

@@ -275,7 +275,7 @@
                     "desc": "默认关闭"
                 },
                 {
-                    "id": "HbcpreCompositeEntryTitleList",
+                    "id": "compositeActivityTaskMode",
                     "name": "当前合成模式",
                     "val": "1",
                     "type": "selects",

+ 1 - 0
Scripts/hbcpre/hbcpreComposite.js

@@ -214,6 +214,7 @@ function getActivityIdByName(activityName){
 
 function getHomeCompositeEntrySelectList(){
     let retArr = magicJS.data.read(HbcpreConstKey.compositeEntryTitleList, []);
+    magicJS.logger.error(`select=${retArr}`);
     if (retArr && retArr.length > 0) {
         let segments = retArr.split(',');
         retArr = [];