|
|
@@ -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();
|