Commit 45539421 authored by 郭志伟's avatar 郭志伟 Committed by 郝聪敏

docs: 华贵数据维护

parent b25c55a5
......@@ -4,7 +4,13 @@
:class="props.det.type"
:style="{ backgroundImage: 'url(' + props.det.bgSrc + ')' }"
>
<img src="../../../../assets/logo-top.png" alt="logo" class="det-hd-logo" />
<img
src="@/assets/images/goods/detail/shouxian/logo.png"
alt="logo"
class="det-hd-logo"
v-if="props.det.type === 'huagui'"
/>
<img src="@/assets/logo-top.png" alt="logo" class="det-hd-logo" v-else />
<div class="det-hd-recommend">
<h2 class="det-hd-recommend-h2">智能产品官-小果</h2>
<h1 class="det-hd-recommend-h1">为您优选推荐</h1>
......@@ -193,4 +199,12 @@ export default {
}
}
}
.huagui {
.det-hd {
&-logo {
width: 173px;
height: 32px;
}
}
}
</style>
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