Browse Source

修改tabbar选中图标!

release/210823_需求对对碰
王饶冀 3 years ago
parent
commit
83e75ef203

+ 2
- 1
components/tabbar/tabbar.js View File

methods: { methods: {
// 获取当前路由 // 获取当前路由
getChatRecordTable() { getChatRecordTable() {
this.setListDot(false);
$request.get('/businessCommunicationDemand/getChatRecordTable.action').then(res => { $request.get('/businessCommunicationDemand/getChatRecordTable.action').then(res => {
// console.log(res,'res'); // console.log(res,'res');
if(res.status == 0){ if(res.status == 0){
}) })
if(sum > 0){ if(sum > 0){
this.setListDot(true); this.setListDot(true);
}else{
this.setListDot(false);
} }
} }
}).catch(err=>{ }).catch(err=>{

BIN
images/tabbar/home-bar-selected.png View File


BIN
images/tabbar/msg-bar-selected.png View File


BIN
images/tabbar/my-bar-selected.png View File


BIN
images/tabbar/release-bar-selected.png View File


Loading…
Cancel
Save