- 当前 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
https://developers.weixin.qq.com/s/gcCZAVmt7L4M
您好 代码片段如上,谢谢
麻烦给个相关的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)