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

+ 4 - 0
Scripts/elife/ofpayHelper.js

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