Browse Source

修改tabbar选中图标!

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

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

@@ -76,7 +76,6 @@ Component({
methods: {
// 获取当前路由
getChatRecordTable() {
this.setListDot(false);
$request.get('/businessCommunicationDemand/getChatRecordTable.action').then(res => {
// console.log(res,'res');
if(res.status == 0){
@@ -87,6 +86,8 @@ Component({
})
if(sum > 0){
this.setListDot(true);
}else{
this.setListDot(false);
}
}
}).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