|
|
@@ -355,7 +355,7 @@ function handleMarketGoodsList(tabIndex){
|
|
|
}
|
|
|
let cateDataList = rspParams.data;
|
|
|
for(let i=0; i < cateDataList.length; i++){
|
|
|
- delete cateDataList[i].limitMsg;
|
|
|
+ // delete cateDataList[i].limitMsg;
|
|
|
const awardList = cateDataList[i].awardList;
|
|
|
for(let j=0; j < awardList.length; j++){
|
|
|
const awardItem = awardList[j]
|