|
|
@ -220,7 +220,7 @@ |
|
|
|
|
|
|
|
<template v-if="item.internalFile && item.internalFile.length > 0" |
|
|
|
v-for="i in item.internalFile"> |
|
|
|
<template v-if="i.attachmentType === 'image'"> |
|
|
|
<template v-if="i.uploadType==1"> |
|
|
|
<div |
|
|
|
:class="['m-info-prop', { 'm-info-prop-vis': source === 'visiual' },]"> |
|
|
|
<span class="u-info-title-2">图片:</span> |
|
|
@ -229,7 +229,7 @@ |
|
|
|
@click="watchImg(i.attachmentUrl)" /> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
<template v-if="i.attachmentType === 'voice' || i.attachmentType === 'video'&&i.uploadType==0"> |
|
|
|
<template v-if="i.uploadType==0"> |
|
|
|
<div |
|
|
|
:class="['m-info-prop', { 'm-info-prop-vis': source === 'visiual' },]"> |
|
|
|
<span class="u-info-title-2">录音:</span> |
|
|
|