mirror of
https://github.com/chinnkarahoi/jd_scripts.git
synced 2024-06-05 19:32:47 +08:00
debug
This commit is contained in:
parent
4f91e85857
commit
0a9c1485a5
@ -499,6 +499,7 @@ function jdfactory_getHomeData() {
|
||||
console.log(`${$.name} API请求失败,请检查网路重试`)
|
||||
} else {
|
||||
if (safeGet(data)) {
|
||||
console.log(data);
|
||||
data = JSON.parse(data);
|
||||
if (data.data.bizCode === 0) {
|
||||
$.haveProduct = data.data.result.haveProduct;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user