|
@@ -47,9 +47,12 @@ export default defineComponent({
|
|
|
const headerImgs = computed(() => {
|
|
|
let title = getAssetsHomeFile('title1.png');
|
|
|
let icon = getAssetsHomeFile('brid1.png');
|
|
|
- if (props.type === 'ACTIVATED' || props.type === 'ACTIVATED-TWO') {
|
|
|
+ if (props.type === 'ACTIVATED') {
|
|
|
title = getAssetsHomeFile('title4.png');
|
|
|
icon = getAssetsHomeFile('brid1.png');
|
|
|
+ } else if (props.type === 'ACTIVATED-TWO') {
|
|
|
+ title = getAssetsHomeFile('title8.png');
|
|
|
+ icon = getAssetsHomeFile('brid1.png');
|
|
|
} else if (
|
|
|
props.type === 'ACTIVATING' ||
|
|
|
props.type === 'ACTIVATING-TWO'
|