mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-05 21:58:56 +08:00
移除日志
This commit is contained in:
parent
4aca885293
commit
19c867c9ff
@ -38,7 +38,7 @@ export default {
|
|||||||
},
|
},
|
||||||
)
|
)
|
||||||
requestObj.promise = requestObj.promise.then(({ body }) => {
|
requestObj.promise = requestObj.promise.then(({ body }) => {
|
||||||
console.log(body)
|
// console.log(body)
|
||||||
if (body.error_code !== 0) return Promise.reject('图片获取失败')
|
if (body.error_code !== 0) return Promise.reject('图片获取失败')
|
||||||
let info = body.data[0].info
|
let info = body.data[0].info
|
||||||
const img = info.imgsize ? info.image.replace('{size}', info.imgsize[0]) : info.image
|
const img = info.imgsize ? info.image.replace('{size}', info.imgsize[0]) : info.image
|
||||||
|
Loading…
x
Reference in New Issue
Block a user