PhotoBrowser
- APP在线图片预览
方法名 | 参数传递 | 说明 |
---|---|---|
PhotoBrowser | {Index:0,ImageList:['https://gimg3.png','https://gimg4.png']} | 图片放大预览功能 |
PublicLib.PhotoBrowser({Index:0,ImageList:['https://gimg3.png','https://gimg4.png']});
/*
* params:
* {
* Index: 当前图片预览下标
* ImageList: 图片列表数组
* }
*/
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8