开发工具取消勾选不校验合法域名试下
canvas生成海报真机上不显示,打开调试模式显示?canvas生成海报真机上不显示,打开调试模式显示有大佬知道怎么解决嘛,想知道具体点的解决方法 这里直接用的插件,直接渲染数据的 return { message:'', code:'', lists: [ { type: 'image', content: 'https://dahuangliangpin.oss-cn-beijing.aliyuncs.com/wx/images/inviteFriends.png', width: 620, height: 1000, x: 0, y: 0, }, { type: 'image', content: '', width: 200, height: 200, x: 215, y: 680, arc: false, arcX: 0, arcY: 0, arcR: 500 }, { type: 'text', content: '', x: 215, y: 920, color: '#FFF', size: 30, // maxWidth: 100, // align: 'left', }, { type: 'rect', width: 1, height: 100, x: 0, y: 10, color: '#ff0000', }, { type: 'image', content: 'https://img1.baidu.com/it/u=686675228,2481849275&fm=26&fmt=auto&gp=0.jpg', width: 100, height: 100, x: 200, y: 200, arc: true, arcX: 250, arcY: 250, arcR: 50 }, ] };
2021-07-16您好,这个解决了嘛?
rich-text组件为什么无法显示完整的图片?后台编辑一篇文章,文章的内容是富文本信息,有图文相关的内容,但是前端富文本组件渲染的时候发现图片img标签无法显示完整,被遮挡了一半,然后尝试查找相关的解决办法,网友们提倡以下处理: [图片] 原图: [图片] ``` [图片] ``` 也就是正则把img标签的图片撑大,我们这样尝试过了,即使这样图片还是无法显示完整,请问要如何兼容这样的问题?谢谢
2021-03-19