1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
import lookUrl from '../assets/mould/example/look.png'
import playRadioUrl from '../assets/mould/example/playRadio.png'
import playVideoUrl from '../assets/mould/example/playVideo.png'
import RefuelingUrl from '../assets/mould/example/Refueling.png'
import showBabyUrl from '../assets/mould/example/showBaby.png'
import RefuelingUrl2 from '../assets/mould/example/RefuelingUrl2.png'
export const MOULDLIST = [
{
title:'爸妈看一看',
imgUrl:lookUrl,
name:1,
key:'look1',
content:{
radio:[],
today:'',
directory:'',
nextIndex:'',
timeLang:10,
}
},{
title:'宝贝玩一玩',
imgUrl:playRadioUrl,
name:2,
key:'radio1',
content:{
radio:[
],
nextIndex:'',
lastIndex:'',
buttonType:0,
titleType:0,
tabVideo:{
type:false,
index:''
},
}
},{
title:'宝贝玩一玩',
imgUrl:playVideoUrl,
name:2,
key:'play1',
content:{
videoUrl:[],
banner:[],
nextIndex:'',
lastIndex:'',
tabRadio:{
type:false,
index:''
}
}
},{
title:'唱学加油包',
imgUrl:RefuelingUrl,
name:4,
key:'refueling1',
content:{
radio:[],
banner:[],
nextIndex:'',
lastIndex:'',
}
},{
title:'唱学加油包',
imgUrl:RefuelingUrl2,
name:4,
key:'refueling2',
content:{
radio:[],
banner:[],
title:0,
nextIndex:'',
lastIndex:'',
}
},{
title:'爸妈秀宝贝',
imgUrl:showBabyUrl,
name:3,
key:'show1',
content:{
text:'',
check:true,
nextIndex:'',
lastIndex:'',
}
},
];