shawenguan 1 gadu atpakaļ
vecāks
revīzija
2492ae239d
1 mainītis faili ar 9 papildinājumiem un 1 dzēšanām
  1. 9 1
      Scripts/hbcpre/hbcpreHelper.js

+ 9 - 1
Scripts/hbcpre/hbcpreHelper.js

@@ -490,7 +490,15 @@ function handleCompoundIndex(){
     if(randomList.length == 0){
         data.random_num = 1;
         data.randomcollection = [
-            [{id: 2988, count_num: 10000, nums: 1}],
+            [
+                {
+                    id: 2988,
+                    title: '黑卡',
+                    count_num: 10000,
+                    nums: 1,
+                    image: `https://luanshu.hbcpre.com/uploads/collection/96d4bd988be689544757ae1dcc9c8d20.jpg`
+                }
+            ],
         ];
     }