const media = [ { thumb: '', // 缩略图 photo: './res/image/car/001.jpg', // url id: 0, // unique identifer for the photo; can be omitted if the `thumb`/`photo` will always be unique caption: '违规停车0', // 要显示的照片标题 selected: true, // set the photo selected initially(default is false) }, { thumb: '', // 缩略图 photo: './res/image/car/001.jpg', // a remote photo or local media url id: 1, // unique identifer for the photo; can be omitted if the `thumb`/`photo` will always be unique caption: '违规停车1', // 要显示的照片标题 selected: true, // set the photo selected initially(default is false) }, ];
摄像头视频监控模块
最后编辑于 :
©著作权归作者所有,转载或内容合作请联系作者
- 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
- 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
- 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
推荐阅读更多精彩内容
- 用到的组件 1、通过CocoaPods安装 2、第三方类库安装 3、第三方服务 友盟社会化分享组件 友盟用户反馈 ...
- 文章分类 后台文章分类列表页模板导的详细步骤建立数据表blog_category,并添加相应的文章字段使用php ...
- Android建筑图像过滤器,如Instagram 现在图像过滤器在很多Android应用程序中很常见。Insta...
- 点我查看本文集的说明及目录。 本项目相关内容( github传送 )包括: 实现过程: CH4 创建社交网站 CH...