// 对象不为空
if (JSON.stringify(walMartInfo) === '{}') {
    return false
}

// 对象为空
if (JSON.stringify(walMartInfo) === '{}') {
    return true
}

相关文章: