Commit fdb16284 by 周海峰

no message

parent 890c7a70
......@@ -312,11 +312,13 @@ export default {
},
async platformapplicationslistall(){
let dataRes = await platformapplicationslistall();
this.itemList = dataRes.data.data;
// 只显示pc端地址有值的
this.itemList = dataRes.data.data.filter(item=> item.href);
},
async platformapplicationslistallApp(){
let dataRes = await platformapplicationslistallApp();
this.itemListApp = dataRes.data.data;
// 只显示app端地址有值的
this.itemListApp = dataRes.data.data.filter(item=> item.wechatUrl);
},
},
mounted() {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论