作者 sgj

ceshi aaple

... ... @@ -60,7 +60,8 @@
</head>
<body>
<div id="loadStart"></div>
<div id="app" v-cloak>
<div id="app" >
{{JSON.stringify(banner)}}
<div class="nurse_banner" :style="{backgroundImage:'url(' + banner + ')'}">
<!--<div class="nurse_text">{{name}}</div>-->
</div>
... ... @@ -139,8 +140,6 @@
},
created: function () {
apiready = function () {
alert(1);
alert(api.pageParam.cid)
app.cid = api.pageParam.cid;
// alert(app.id)
app.getCatInfo3();
... ... @@ -189,7 +188,7 @@
'XX-Token': getToken()
};
getRequest('post', 'portal/Goods/getCatInfo3', post, header).then(function (res) {
alert(JSON.stringify(res));
if (res.data.code == 1) {
app.banner = res.data.data.img;
app.name = res.data.data.name;
... ... @@ -200,7 +199,7 @@
}
app.navs = nav;
alert(JSON.stringify(nav))
loadEnd()
} else {
toastMsg(res.data.msg)
... ...