限时免费试用:欢迎注册 api.bigmodel.org ,快速体验大模型 API 接入服务。
当前位置:首页 >开发者 >网站框架 >小程序

小程序 | 点击预览多图并保存

分类:小程序时间:2018-09-02浏览:3355
wxml
 
      
    
js
data: {
    mz: [
        'http://t2.hddhhn.com/uploads/tu/201608/317/qlxs1dmwbi5.jpg', 
        'http://t2.hddhhn.com/uploads/tu/201706/395/c4.jpg', 
        'http://t2.hddhhn.com/uploads/tu/201704/10179/c6.jpg', 
        'http://t2.hddhhn.com/uploads/tu/201704/10181/c8.jpg', 
        'http://t1.27270.com/uploads/tu/201807/155/b7ffd3d76d_1.jpg',
        'https://ws3.sinaimg.cn/large/0072Vf1pgy1foxlhftiaqj31kw0w0tun'     
      ],
    },

 /**   
     * 预览多图片  
     */
  previewImage: function (e) {
    var current = e.target.dataset.src;
    console.log(e)
    console.log(current);
    
    wx.previewImage({
      current: current, // 当前显示图片的http链接  
      urls: this.data.mz // 需要预览的图片http链接列表 
       
    })
    // wx.getImageInfo({// 获取图片信息(此处可不要)
    //   src: '/images/tx1.jpg',
    //   success: function (res) {
    //     console.log(res.width)
    //     console.log(res.height)
    //   }
    // })
  },
本站文章如未注明出处均为原创,转载请注明出处,如有侵权请邮件联系站长。
0/500
Share your thoughts respectfully.