一、给html内容设置成如下
this.content = result.content.replace(/\<img/gi, '<img style="max-width:100%;height:auto" ');
二、html如下
<view class="news_content" v-html="content"></view>
三、预览如下
![](https://img.haomeiwen.com/i15765796/40faeb08cfad84ae.png)
this.content = result.content.replace(/\<img/gi, '<img style="max-width:100%;height:auto" ');
<view class="news_content" v-html="content"></view>
本文标题:uni-app: 非允许html富文本格式v-html绑定图片宽
本文链接:https://www.haomeiwen.com/subject/frlmwktx.html
网友评论