|
|
@@ -359,6 +359,10 @@ function handleMarketGoodsList(tabIndex) {
|
|
|
if (cateDataList[i].limitMsg) {
|
|
|
delete cateDataList[i].limitMsg;
|
|
|
}
|
|
|
+ if (cateDataList[i].limitCode) {
|
|
|
+ // "19": 存在支付订单
|
|
|
+ delete cateDataList[i].limitCode;
|
|
|
+ }
|
|
|
const awardList = cateDataList[i].awardList;
|
|
|
for (let j = 0; j < awardList.length; j++) {
|
|
|
const awardItem = awardList[j]
|