增加卖家默认头像默认背景
This commit is contained in:
@@ -7,6 +7,7 @@ import myEvent from '@/utils/myEvent'
|
||||
import { ElMessage } from 'element-plus'
|
||||
import { getDesignerDetail } from '@/api/brand'
|
||||
import { AddShoppingCart } from '@/api/shoppingCart'
|
||||
import brandDetailBg from '@/assets/images/brand/brandDetailBg.png'
|
||||
|
||||
//const props = defineProps({
|
||||
//})
|
||||
@@ -54,7 +55,7 @@ defineExpose({})
|
||||
<template>
|
||||
<div class="brand">
|
||||
<div class="header-img">
|
||||
<img :src="designerDetail.brandBanner || '@/assets/images/brand/brandDetailBg.png'" alt="">
|
||||
<img :src="designerDetail.brandBanner || brandDetailBg" alt="">
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="merchant-info">
|
||||
|
||||
Reference in New Issue
Block a user