12345678910111213141516171819202122232425262728293031 |
- Page({
-
- data: {
- hotData:[
- {title:"宝宝巴士",icon:"icon-top",color:"text-orange"},
- {title:"孟鹤堂",icon:"icon-refresharrow",color:"text-red"},
- {title:"三体",icon:"icon-top",color:"text-red"},
- {title:"龙王殿",icon:"icon-refresharrow",color:"text-red"},
- {title:"儿童恐龙故事",icon:"icon-top",color:"text-red"},
- {title:"儿童版三国演义",icon:"icon-refresharrow",color:"text-red"},
- ]
- },
-
- onLoad: function (options) {
- },
-
- onShareAppMessage: function () {
- }
- })
|