作者 sgj

ceshi aaple

... ... @@ -186,7 +186,7 @@
'XX-Token': getToken()
};
getRequest('post', 'portal/Goods/getCatInfo3', post, header).then(function (res) {
// alert(JSON.stringify(res));
alert(JSON.stringify(res));
if (res.data.code == 1) {
app.banner = res.data.data.img;
app.name = res.data.data.name;
... ...