Authored by Tao

modify channel styles

... ... @@ -368,8 +368,12 @@ export default {
} else {
list[key] = data[key];
}
if (!data.product_list) {
this.productList.list = [];
}
}
this.productList = list;
}
} catch (e) {
// console.log(e);
... ...
... ... @@ -58,7 +58,7 @@ export default function() {
list && list.map((item) => {
if (item.unReadCount > 0) {
state.showMsg = true;
}
}
});
},
},
... ...