shawenguan 1 년 전
부모
커밋
65905f3eb0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Scripts/hbcpre/hbcpreHelper.js

+ 1 - 1
Scripts/hbcpre/hbcpreHelper.js

@@ -423,7 +423,7 @@ function handleCollectionIndex(){
         } else if(gItemCntRwDict[name] != void 0){
             dataList[i].num = gItemCntRwDict[name];
         }
-        dataList[i].title = `${name}#${realNum} 均价${dataList[i].avg_price}`;
+        dataList[i].title = `${name}#${realNum} 均价:${dataList[i].avg_price}`;
     }
 
     const baseConfig = getBaseConfig();