9***@qq.com
9***@qq.com
  • 发布:2020-04-26 19:54
  • 更新:2020-04-26 19:55
  • 阅读:515

#插件讨论# 【 聊天模板 - 回梦無痕 】聊天页面

分类:uni-app

你好,我在聊天记录加了一段视频。然后会这样,请问我该怎么调呀,不知道是哪里问题了,能不能帮我看看

<!-- 视频 --> <view v-if="row.msg.type == 'video'" class="bubble img"> <video src="row.msg.content.url" controls="true" poster="row.msg.content.url + '?vframe/jpg/offset/1'" ></video>
</view>
2020-04-26 19:54 负责人:无 分享
已邀请:
9***@qq.com

9***@qq.com (作者) - 汉库克

<!-- 视频 --> <view v-if="row.msg.type == 'video'" class="bubble img"> <video src="row.msg.content.url" controls="true" poster="row.msg.content.url + '?vframe/jpg/offset/1'" ></video>
</view>
9***@qq.com

9***@qq.com (作者) - 汉库克

这个是代码 <!-- 视频 --> <view v-if="row.msg.type == 'video'" class="bubble img"> <video src="row.msg.content.url" controls="true" poster="row.msg.content.url '?vframe/jpg/offset/1'" ></video>
</view>
9***@qq.com

9***@qq.com (作者) - 汉库克


                                <view v-if="row.msg.type == 'video'"  class="bubble img">  
                                    <video  
                                        :src="row.msg.content.url"  
                                        controls="true"  
                                        :poster="row.msg.content.url + '?vframe/jpg/offset/1'"  
                                    ></video>  
                                </view>  
``

该问题目前已经被锁定, 无法添加新回复