Authored by 李奇

fixed:个人中心资源位没有显示

<template>
<div class="cate-res" :class="{'fix-ios-top': needFix}">
<div class="top-space" v-if="needFix"></div>
<div class="fixed-top">
<brand-search></brand-search>
<tab :page="page" class="fixed-tab"></tab>
... ... @@ -38,8 +39,18 @@
}
.fix-ios-top {
.top-space {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 20px;
background-color: #fff;
z-index: 999;
}
.fixed-top {
margin-top: 20px;
padding-top: 20px;
}
.fixed-tab {
... ...
... ... @@ -178,7 +178,7 @@
$('.auth').removeClass('no-intercept');
$.get('/channel/resources.json', {
contentCode: 'dfdda9e519bafc0a248d71ebc0c11d4e'
contentCode: 'fc2d34028b1d9812439f53d812dcfc65'
}).then(ret => {
if (ret[0]) {
this.floor = ret[0].data.list;
... ...