df021c15 by zhangmeng

图片

1 parent c957fd4b
...@@ -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)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!