ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
# 组件名:hs-substation-space(首页子站指数通用组件) ### 作者:马祎 ### 效果: ![](https://img.kancloud.cn/50/6c/506c48106112182f551b96338fd7bfa8_1426x756.png) ### 文件位置: ``` @/components/index/hs-substation-space ``` ### 使用方式: ``` <!-- 在对应页面使用 --> <hsSubstationSpace :list="substationList" :nameList="nameList"> </hsSubstationSpace> data () { return { nameList:[ { name:'资讯', prop:'newsNum', icon:require('./imgs/icon_zixun.png') } ], substationList:[ { id:1, img:'http://via.placeholder.com/860x482', title:'黑河市', newsNum:10, venueNum:11, trainNum:12, activityNum:13, logo:require('./index/imgs/1.png') } ], } }, ``` ### 参数: | 参数 | 作用 | 类型 | 默认 | 是否必传 | 属性 | | --- | --- | --- | --- | --- | --- | | list| 对象数组 | Array | [] | true | - | | nameList | 数组 | Array | [] | true | - | ### 方法: