优化页面

This commit is contained in:
pengxiaolong
2025-06-17 22:04:18 +08:00
parent 8ec7365e7c
commit e464d99af5
86 changed files with 627 additions and 178 deletions

View File

@@ -337,8 +337,9 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
g: common_vendor.t($options.formatDate(item.pkTime)),
h: common_vendor.t(item.coin + "K"),
i: common_vendor.o$1(($event) => $options.goDetail(item), index),
j: index,
k: "7ffebbf4-2-" + i0
j: item.isPin === true ? "2px solid #eeff00" : "2px solid #f5f5f5",
k: index,
l: "7ffebbf4-2-" + i0
});
})
} : {}, {

File diff suppressed because one or more lines are too long