apiCloud 浏览图片

Posted 小短腿奔跑吧

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apiCloud 浏览图片相关的知识,希望对你有一定的参考价值。

点击链接查看api详情

https://docs.apicloud.com/Client-API/Func-Ext/photoBrowser

        var photoBrowser = api.require(photoBrowser);                
        seeImage: function(index,item) {
                    var this_obj = this;
                    photoBrowser.open({
                        images: this_obj.textareaClick[index].img,
                        placeholderImg: widget://image/loading_more.gif,
                        bgColor: #000
                    }, function(ret, err) {
                        if (ret) {
                            if (ret.eventType == click) {
                                photoBrowser.close()
                            }
                        } else {
                            alert(JSON.stringify(err));
                        }
                    });
                    photoBrowser.setIndex({
                            index: index
                    });
                }

 

以上是关于apiCloud 浏览图片的主要内容,如果未能解决你的问题,请参考以下文章

apicloud图片上传

APICloud中如何调用浏览器打开一个网页?

apicloud上传图片

apiCloud上传图片

APICloud学习笔记之设置图片居中

用apicloud+vue的VueLazyload实现缓存图片懒加载