图片
Showing
4 changed files
with
2 additions
and
4 deletions
src/assets/logo/club.jpg
deleted
100644 → 0
264 KB
src/assets/logo/club.png
0 → 100644
827 KB
| ... | @@ -418,8 +418,6 @@ | ... | @@ -418,8 +418,6 @@ |
| 418 | <div v-if="matchData.leagueId==0" class="fixed_gg_l yaoQing"> | 418 | <div v-if="matchData.leagueId==0" class="fixed_gg_l yaoQing"> |
| 419 | <img v-if="language==0" src="@/assets/logo/Invitation_c.png" @click="applyInvitation"> | 419 | <img v-if="language==0" src="@/assets/logo/Invitation_c.png" @click="applyInvitation"> |
| 420 | <img v-else src="@/assets/logo/Invitation_e.png" @click="applyInvitation"> | 420 | <img v-else src="@/assets/logo/Invitation_e.png" @click="applyInvitation"> |
| 421 | |||
| 422 | <!-- <img src="@/assets/logo/club.jpg">--> | ||
| 423 | <div style="padding-left: 7px;"> | 421 | <div style="padding-left: 7px;"> |
| 424 | <el-image | 422 | <el-image |
| 425 | :preview-src-list="[clubImage]" | 423 | :preview-src-list="[clubImage]" |
| ... | @@ -444,7 +442,7 @@ import { ref, nextTick, onMounted, watch } from 'vue' | ... | @@ -444,7 +442,7 @@ import { ref, nextTick, onMounted, watch } from 'vue' |
| 444 | import { getCurrentInstance } from '@vue/runtime-core' | 442 | import { getCurrentInstance } from '@vue/runtime-core' |
| 445 | import { getHomePage, getNewsListById, getNewsList, getRank } from '@/apiPc/webSite' | 443 | import { getHomePage, getNewsListById, getNewsList, getRank } from '@/apiPc/webSite' |
| 446 | import { useRouter } from 'vue-router' | 444 | import { useRouter } from 'vue-router' |
| 447 | import clubImage from '@/assets/logo/club.jpg' | 445 | import clubImage from '@/assets/logo/club.png' |
| 448 | 446 | ||
| 449 | import { rankList } from '@/assets/js/data' | 447 | import { rankList } from '@/assets/js/data' |
| 450 | import _ from 'lodash' | 448 | import _ from 'lodash' | ... | ... |
| ... | @@ -431,7 +431,7 @@ import { rankList } from '@/assets/js/data' | ... | @@ -431,7 +431,7 @@ import { rankList } from '@/assets/js/data' |
| 431 | import AffixInvitation from '/@/viewsPc/match/components/affix-invitation.vue' | 431 | import AffixInvitation from '/@/viewsPc/match/components/affix-invitation.vue' |
| 432 | import { useStorage } from '@vueuse/core/index' | 432 | import { useStorage } from '@vueuse/core/index' |
| 433 | import useUserStore from '/@/store/modules/user' | 433 | import useUserStore from '/@/store/modules/user' |
| 434 | import clubImage from '@/assets/logo/club.jpg' | 434 | import clubImage from '@/assets/logo/club.png' |
| 435 | 435 | ||
| 436 | 436 | ||
| 437 | const language = useStorage('language', 0) | 437 | const language = useStorage('language', 0) | ... | ... |
-
Please register or sign in to post a comment