我有一个base64数据图片无法显示
发布于 4 年前 作者 yang44 3756 次浏览 来自 问答
  • 当前 Bug 的表现(可附上截图)

<view class='video’bindtouchstart=“handletouchtart” bindtouchmove="handletouchmove"bindtouchend=“handleTouchEnd” style="height:{{height}}rpx;background-image:url(‘data:image/jpeg;base64,{{haha}}’)

></view>

其中 {{haha}}替换为以下base64数据,无法显示。在浏览器上,是可以显示的。这是小程序的bug吗?

因为该base64数据太大,这里贴不了,我保存到txt上并上传到百度网盘。下载地址:

链接:https://pan.baidu.com/s/1VfxmRS1UJUAbcXXLxc2zgg 

提取码:lcvt 

回到顶部