mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
🐛 修复参数错误
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
<v-chart :option="getPoolData()" autoresize />
|
||||
</template>
|
||||
<script lang="ts" setup>
|
||||
// todo 解决引用问题
|
||||
import type { EChartsOption } from "echarts";
|
||||
import { PieChart } from "echarts/charts";
|
||||
import {
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<template v-slot:item="{ item }">
|
||||
<tr class="ua-gt-tr">
|
||||
<td>{{ item.time }}</td>
|
||||
<td>{{ getPool(item.gachaType) }}</td>
|
||||
<td>{{ getPool(item.uigfType) }}</td>
|
||||
<td>{{ item.type }}</td>
|
||||
<td>{{ item.name }}</td>
|
||||
<td>{{ item.rank }}</td>
|
||||
@@ -45,7 +45,7 @@ function getPool(type: string) {
|
||||
return "角色活动祈愿";
|
||||
case "302":
|
||||
return "武器活动祈愿";
|
||||
case "400":
|
||||
case "500":
|
||||
return "集录祈愿";
|
||||
default:
|
||||
return "未知";
|
||||
|
||||
Reference in New Issue
Block a user