移动无线宽带怎么续费,北京优化公司排行,网站官网建设企业,腾讯qq企业邮箱登录入口阐述
有些时候我们在用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
效果