移除log
parent
30e43170f8
commit
a6989a2aba
|
@ -810,7 +810,7 @@ export default {
|
|||
this.loadingTimeout = null
|
||||
},
|
||||
startBuffering() {
|
||||
console.error('start t')
|
||||
console.log('start t')
|
||||
if (this.mediaBuffer.timeout) return
|
||||
this.mediaBuffer.timeout = setTimeout(() => {
|
||||
this.mediaBuffer.timeout = null
|
||||
|
|
|
@ -31,7 +31,7 @@ export default {
|
|||
},
|
||||
})
|
||||
const { body, statusCode } = await _requestObj.promise
|
||||
console.log(body)
|
||||
// console.log(body)
|
||||
if (statusCode != 200 || body.returnCode !== '000000') throw new Error('获取评论失败')
|
||||
return { source: 'mg', comments: this.filterComment(body.data.items), total: body.data.itemTotal, page, limit, maxPage: Math.ceil(body.data.itemTotal / limit) || 1 }
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue