shawenguan 1 năm trước cách đây
mục cha
commit
25fb20aba1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Scripts/elife/ofpayHelper.js

+ 1 - 1
Scripts/elife/ofpayHelper.js

@@ -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]