debug
This commit is contained in:
@@ -499,6 +499,7 @@ function jdfactory_getHomeData() {
|
|||||||
console.log(`${$.name} API请求失败,请检查网路重试`)
|
console.log(`${$.name} API请求失败,请检查网路重试`)
|
||||||
} else {
|
} else {
|
||||||
if (safeGet(data)) {
|
if (safeGet(data)) {
|
||||||
|
console.log(data);
|
||||||
data = JSON.parse(data);
|
data = JSON.parse(data);
|
||||||
if (data.data.bizCode === 0) {
|
if (data.data.bizCode === 0) {
|
||||||
$.haveProduct = data.data.result.haveProduct;
|
$.haveProduct = data.data.result.haveProduct;
|
||||||
|
Reference in New Issue
Block a user