网站不能上传附件,网站负责人 主体负责人,免费推客推广平台,文学网站建设阐述
有些时候我们在用uniapp显示图片时#xff0c;有的不宜全部显示到屏幕上#xff0c;uniapp提供了一个非常好用的api。
实现方式如下#xff1a;
templateview classcontentimage classlogo src/static/images/a.…阐述
有些时候我们在用uniapp显示图片时有的不宜全部显示到屏幕上uniapp提供了一个非常好用的api。
实现方式如下
templateview classcontentimage classlogo src/static/images/a.png clickclickImg/image/view
/templatescriptexport default {methods: {clickImg() {uni.previewImage({urls: [/static/images/a.png], //需要预览的图片http链接列表多张的时候url直接写在后面就行了current: , // 当前显示图片的http链接默认是第一个success: function(res) {},fail: function(res) {},complete: function(res) {},})},}}
/script效果