项目依赖升级
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-08-02 11:37:52 +08:00
parent 096c65edf9
commit 5626c70da6
3 changed files with 2222 additions and 2959 deletions

View File

@@ -354,7 +354,7 @@ const getRecord = async () => {
tt: item.Name,
t: item.DrawTime,
}));
numList.value = data.value[0].hm;
numList.value = data.value[0]?.hm;
};
const getWin = async () => {
@@ -625,7 +625,7 @@ const columns = ref([
stylecolumn: "width: 300px; padding: 0px",
render: ({ hm }) => {
let el = [];
el = hm.map((item) => {
el = hm?.map((item) => {
return h(
"view",
{