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

@@ -170,7 +170,7 @@
胜利
</view>
<view class="Session"> 共{{ item.pkNumber }}场 </view>
<view class="Time">{{ TimeFormatting(item.pkTime) }}</view>
<view class="Time">{{ TimeFormatting(item.pkTime*1000) }}</view>
</view>
<view v-if="myPkRecorddata.length === 0" class="no-content">暂无内容</view>
</view>
@@ -390,6 +390,7 @@ export default {
}).then((res) => {
if (res.code == 200) {
this.myPkRecorddata = res.data;
console.log("this.myPkRecorddatathis.myPkRecorddatathis.myPkRecorddatathis.myPkRecorddata",JSON.stringify(this.myPkRecorddata));
} else {
console.log(res.msg);
}