fix: 落地页的姓名隐藏
This commit is contained in:
@@ -7,7 +7,7 @@ import { bannerInfo } from '@/views/AD/hooks/useAD';
|
|||||||
<section class="msg-info">
|
<section class="msg-info">
|
||||||
<h3>{{ bannerInfo?.title }}</h3>
|
<h3>{{ bannerInfo?.title }}</h3>
|
||||||
<el-space spacer="|">
|
<el-space spacer="|">
|
||||||
<el-text type="success">{{ bannerInfo.characters }}</el-text>
|
<!-- <el-text type="success">{{ bannerInfo.characters }}</el-text> -->
|
||||||
<el-text>{{ bannerInfo.publish_time.split('-').join('.') }} 发布</el-text>
|
<el-text>{{ bannerInfo.publish_time.split('-').join('.') }} 发布</el-text>
|
||||||
</el-space>
|
</el-space>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user