df021c15 by zhangmeng

图片

1 parent c957fd4b
......@@ -418,8 +418,6 @@
<div v-if="matchData.leagueId==0" class="fixed_gg_l yaoQing">
<img v-if="language==0" src="@/assets/logo/Invitation_c.png" @click="applyInvitation">
<img v-else src="@/assets/logo/Invitation_e.png" @click="applyInvitation">
<!-- <img src="@/assets/logo/club.jpg">-->
<div style="padding-left: 7px;">
<el-image
:preview-src-list="[clubImage]"
......@@ -444,7 +442,7 @@ import { ref, nextTick, onMounted, watch } from 'vue'
import { getCurrentInstance } from '@vue/runtime-core'
import { getHomePage, getNewsListById, getNewsList, getRank } from '@/apiPc/webSite'
import { useRouter } from 'vue-router'
import clubImage from '@/assets/logo/club.jpg'
import clubImage from '@/assets/logo/club.png'
import { rankList } from '@/assets/js/data'
import _ from 'lodash'
......
......@@ -431,7 +431,7 @@ import { rankList } from '@/assets/js/data'
import AffixInvitation from '/@/viewsPc/match/components/affix-invitation.vue'
import { useStorage } from '@vueuse/core/index'
import useUserStore from '/@/store/modules/user'
import clubImage from '@/assets/logo/club.jpg'
import clubImage from '@/assets/logo/club.png'
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!