我的评价展示商家回复
This commit is contained in:
parent
fa0a0cb1d8
commit
85729e3761
@ -60,24 +60,27 @@
|
|||||||
v-model="orderGoods.content"
|
v-model="orderGoods.content"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
|
||||||
<span class="color999">商家回复:</span>
|
|
||||||
<span>{{ orderGoods.reply }}</span>
|
|
||||||
</div>
|
|
||||||
<div style="display: flex; align-items: center">
|
<div style="display: flex; align-items: center">
|
||||||
<template v-if="orderGoods.images">
|
<template v-if="orderGoods.images">
|
||||||
<div
|
<div class="demo-upload-list" v-for="(img, index) in orderGoods.images.split(',')" :key="index">
|
||||||
class="demo-upload-list"
|
|
||||||
v-for="(img, index) in orderGoods.images.split(',')"
|
|
||||||
:key="index"
|
|
||||||
>
|
|
||||||
<img :src="img" />
|
<img :src="img" />
|
||||||
<div class="demo-upload-list-cover">
|
<div class="demo-upload-list-cover"><Icon type="ios-eye-outline" @click.native="handleView(img)"></Icon></div>
|
||||||
<Icon type="ios-eye-outline" @click.native="handleView(img)"></Icon>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
|
<div style="margin-top: 20px;" v-if="orderGoods.reply || orderGoods.replyImage">
|
||||||
|
<span class="color999">商家回复:</span>
|
||||||
|
<span>{{ orderGoods.reply }}</span>
|
||||||
|
<div style="display: flex; align-items: center">
|
||||||
|
<template v-if="orderGoods.replyImage">
|
||||||
|
<div class="demo-upload-list" v-for="(img, index) in orderGoods.replyImage.split(',')" :key="index">
|
||||||
|
<img :src="img" />
|
||||||
|
<div class="demo-upload-list-cover"><Icon type="ios-eye-outline" @click.native="handleView(img)"></Icon></div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user