|
@@ -488,18 +488,18 @@ function handleCompoundIndex(){
|
|
|
// 随机材料-需要选择
|
|
// 随机材料-需要选择
|
|
|
let randomList = data.randomcollection;
|
|
let randomList = data.randomcollection;
|
|
|
if(randomList.length == 0){
|
|
if(randomList.length == 0){
|
|
|
- data.random_num = 1;
|
|
|
|
|
- data.randomcollection = [
|
|
|
|
|
- [
|
|
|
|
|
- {
|
|
|
|
|
- id: 2988,
|
|
|
|
|
- title: '黑卡',
|
|
|
|
|
- count_num: 10000,
|
|
|
|
|
- nums: 1,
|
|
|
|
|
- image: `https://luanshu.hbcpre.com/uploads/collection/96d4bd988be689544757ae1dcc9c8d20.jpg`
|
|
|
|
|
- }
|
|
|
|
|
- ],
|
|
|
|
|
- ];
|
|
|
|
|
|
|
+ // data.random_num = 1;
|
|
|
|
|
+ // data.randomcollection = [
|
|
|
|
|
+ // [
|
|
|
|
|
+ // {
|
|
|
|
|
+ // id: 2988,
|
|
|
|
|
+ // title: '黑卡',
|
|
|
|
|
+ // count_num: 10000,
|
|
|
|
|
+ // nums: 1,
|
|
|
|
|
+ // image: `https://luanshu.hbcpre.com/uploads/collection/96d4bd988be689544757ae1dcc9c8d20.jpg`
|
|
|
|
|
+ // }
|
|
|
|
|
+ // ],
|
|
|
|
|
+ // ];
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// 合成产品
|
|
// 合成产品
|