Commit 016af6d5 authored by 黄奎's avatar 黄奎

页面修改

parent 01f26e1f
......@@ -199,7 +199,14 @@
</div>
</div>
</div>
<span slot="reference" class="diPrice">{{item.JPYSalePrice}}<span class="qi"></span></span>
<span slot="reference" class="diPrice">
<template v-if="item.SalesPrice&&item.SalesPrice>0">
{{item.SalesPrice}}
</template>
<template v-else>
{{item.JPYSalePrice}}
</template>
<span class="qi"></span></span>
</el-popover>
</div>
</div>
......
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