调整商品图片的缩略图路径

This commit is contained in:
季圣华
2023-07-24 23:27:44 +08:00
parent e1e1fc83f5
commit 4f80f62126
3 changed files with 16 additions and 16 deletions

View File

@@ -89,7 +89,7 @@
<template slot="content">
<img :src="getImgUrl(record.imgName, '')" width="500px" />
</template>
<img v-if="record.imgName" :src="getImgUrl(record.imgName, 'mini')" style="cursor:pointer; max-width:40px; max-height:30px;" title="查看大图" />
<img v-if="record.imgName" :src="getImgUrl(record.imgName, record.imgType)" style="cursor:pointer; max-width:40px; max-height:30px;" title="查看大图" />
</a-popover>
</template>
<template slot="customName" slot-scope="text, record">