fix:修改热门比赛赛果跳转

This commit is contained in:
lz-ui 2025-10-23 15:40:02 +08:00
parent 228f2047df
commit b09c812664

View File

@ -60,8 +60,8 @@
<el-table-column label="客队" prop="awayTeamAbbName" /> <el-table-column label="客队" prop="awayTeamAbbName" />
<el-table-column label="赛果" prop="matchId"> <el-table-column label="赛果" prop="matchId">
<template #default="scope"> <template #default="scope">
<!-- <el-button link type="primary" @click="handleJumpLink(scope.row)">查看</el-button> --> <el-button link type="primary" @click="handleJumpLink(scope.row)">查看</el-button>
<el-popover placement="bottom" :width="360"> <!-- <el-popover placement="bottom" :width="360">
<template #reference> <template #reference>
<el-button link type="primary" @dblclick="handleJumpLink(scope.row)">查看</el-button> <el-button link type="primary" @dblclick="handleJumpLink(scope.row)">查看</el-button>
</template> </template>
@ -86,7 +86,7 @@
</el-table> </el-table>
</div> </div>
</template> </template>
</el-popover> </el-popover> -->
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="比赛开始时间" align="center" prop="matchDateTime"> <el-table-column label="比赛开始时间" align="center" prop="matchDateTime">
@ -217,7 +217,8 @@ function getLeagueAbbNames() {
/** 跳转链接 */ /** 跳转链接 */
function handleJumpLink(row) { function handleJumpLink(row) {
jumpLink(row.matchId, 1) // jumpLink(row.matchId, 1)
window.open(`https://live.titan007.com/detail/${row.matchId}sb.htm`)
} }
/** 查看详情 */ /** 查看详情 */