This commit is contained in:
pengxiaolong
2025-07-25 16:39:52 +08:00
parent 7116e57fc3
commit 8580cd18fa
128 changed files with 2991 additions and 411 deletions

View File

@@ -161,8 +161,9 @@ const _sfc_main = {
}).then((res) => {
if (res.code == 200) {
this.myPkRecorddata = res.data;
common_vendor.index.__f__("log", "at pages/Mine/Mine.vue:393", "this.myPkRecorddatathis.myPkRecorddatathis.myPkRecorddatathis.myPkRecorddata", JSON.stringify(this.myPkRecorddata));
} else {
common_vendor.index.__f__("log", "at pages/Mine/Mine.vue:394", res.msg);
common_vendor.index.__f__("log", "at pages/Mine/Mine.vue:395", res.msg);
}
});
},
@@ -303,7 +304,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
}, item.winnerAnchorId !== item.anchorIdA && item.winnerAnchorId !== null ? {} : item.winnerAnchorId === item.anchorIdA && item.winnerAnchorId !== null ? {} : {}, {
c: item.winnerAnchorId === item.anchorIdA && item.winnerAnchorId !== null,
d: common_vendor.t(item.pkNumber),
e: common_vendor.t($options.TimeFormatting(item.pkTime)),
e: common_vendor.t($options.TimeFormatting(item.pkTime * 1e3)),
f: index,
g: common_vendor.o(($event) => $options.onItemClick(item), index)
});