shawenguan 1 vuosi sitten
vanhempi
commit
d4ac2e81b5
1 muutettua tiedostoa jossa 9 lisäystä ja 2 poistoa
  1. 9 2
      Scripts/hbcpre/hbcpreHelper.js

+ 9 - 2
Scripts/hbcpre/hbcpreHelper.js

@@ -302,8 +302,15 @@ function handleNewpacklistDetail(){
     }
     let itemList = rspData.data;
     for(let i = 0; i < itemList.length; i++){
-        itemList[i].lock_uid = null;
-        itemList[i].lock_time = null;
+        const iData = itemList[i];
+        if(iData.lock_uid){
+            iData.lock_uid = null;
+            iData.lock_time = null;
+            iData.pay_price = `${iData.pay_price}#u`;
+            iData.pay_type1 = 1;
+            iData.pay_type2 = 1;
+            iData.pay_type3 = 1;
+        }
     }
 
     const baseConfig = getBaseConfig();