Authored by zhangxiaoru

shop

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