Commit 745d88d9 by chenyu

update: update

parent 3d5da2cc
......@@ -397,9 +397,9 @@
<template v-for="item in tagAndRemarkInfo.dictFigureList">
<li :key="item" class="dictFigure-item">
<div v-if="item.imageUrl" class="img-wrap">
<el-image
<el-image
style="width: 68px; height: 68px"
:src="`./static/img/body-shape-${member.memberGender===1?'man':'woman'}/${item.imageUrl}`"
:src="require(`../../../static/img/body-shape-${member.memberGender===1?'man':'woman'}/${item.imageUrl}`)"
fit="contain"></el-image>
</div>
<div class="right">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment