|
|
@@ -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`
|
|
|
+ }
|
|
|
+ ],
|
|
|
];
|
|
|
}
|
|
|
|