This commit is contained in:
lxk0301
2020-11-26 16:43:11 +08:00
parent 0b52f56f40
commit 3ee31507c2

View File

@@ -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;