Authored by zhangxiaoru

shop

... ... @@ -50,7 +50,7 @@ const banner = () => {
cache: true,
code: 200
}).then((result) => {
console.log(result)
if (result && result.data) {
return result.data[0];
}
... ...