Commit c7b41ece by chenyu

update: update

parent 2c1f6944
......@@ -398,7 +398,7 @@
<li :key="item" class="dictFigure-item">
<div v-if="item.imageUrl" class="img-wrap">
<img :alt="item.dictName"
:src="require(`../../../static/img/body-shape-${member.memberGender===2?'woman':'man'}/${item.imageUrl}`)">
:src="`./static/img/body-shape-${member.memberGender===1?'man':'woman'}/${item.imageUrl}`">
</div>
<div class="right">
<p class="dict-name">
......
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