优化
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user