Fork me on GitHub

wechat针对后台返回base64数据,前台报数据超过最大长度限制问题

<image class='img' src='{{imgSrc1 + imgSrc2}}' mode='widthFix'></image>


let length = res.length;
_this.setData({
    imgSrc1: 'data:image/png;base64,' + res.substring(0, Math.ceil(length / 2))
});
_this.setData({
    imgSrc2: res.substring (Math.ceil(length / 2))
});

转载:https://www.cnblogs.com/wuyoucao/p/7567727.html

 

posted @ 2019-06-18 14:47  欢欢11  阅读(677)  评论(0编辑  收藏  举报