|
|
|
|
18
|
<div class="tMar6 fc_con pyq_img_box" v-if="rowInfo&&rowInfo.attachments&&rowInfo.attachments.length>0">
|
18
|
<div class="tMar6 fc_con pyq_img_box" v-if="rowInfo&&rowInfo.attachments&&rowInfo.attachments.length>0">
|
19
|
<template v-for="item in rowInfo.attachments">
|
19
|
<template v-for="item in rowInfo.attachments">
|
20
|
<img v-if="item.msgtype == 'image'" :key="item.media_id" :src="item[item.msgtype].pic_url" alt="" :style="rowInfo.attachments&&rowInfo.attachments.length>1?'':'width:200px'">
|
20
|
<img v-if="item.msgtype == 'image'" :key="item.media_id" :src="item[item.msgtype].pic_url" alt="" :style="rowInfo.attachments&&rowInfo.attachments.length>1?'':'width:200px'">
|
21
|
- <video v-if="item.msgtype == 'video'" :key="item.media_id" :src="item[item.msgtype].pic_url" controls="controls" style="width: 200px;height: 200px;"></video>
|
|
|
|
|
21
|
+ <video v-if="item.msgtype == 'video'" :key="item.media_id" :src="item[item.msgtype].pic_url" controls="controls" style="width: 300px;height: 200px;"></video>
|
22
|
<div class="flex-align-center" v-if="item.msgtype == 'link'">
|
22
|
<div class="flex-align-center" v-if="item.msgtype == 'link'">
|
23
|
<img :src="item.link.pic_url" alt="" style="width: 30px;margin-right: 6px;margin-top:0">
|
23
|
<img :src="item.link.pic_url" alt="" style="width: 30px;margin-right: 6px;margin-top:0">
|
24
|
<span class="f14 line18">
|
24
|
<span class="f14 line18">
|