ソースを参照

修改tabbar选中图标!

release/210823_需求对对碰
王饶冀 4年前
コミット
83e75ef203
5個のファイルの変更2行の追加1行の削除
  1. 2
    1
      components/tabbar/tabbar.js
  2. バイナリ
      images/tabbar/home-bar-selected.png
  3. バイナリ
      images/tabbar/msg-bar-selected.png
  4. バイナリ
      images/tabbar/my-bar-selected.png
  5. バイナリ
      images/tabbar/release-bar-selected.png

+ 2
- 1
components/tabbar/tabbar.js ファイルの表示

@@ -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=>{

バイナリ
images/tabbar/home-bar-selected.png ファイルの表示


バイナリ
images/tabbar/msg-bar-selected.png ファイルの表示


バイナリ
images/tabbar/my-bar-selected.png ファイルの表示


バイナリ
images/tabbar/release-bar-selected.png ファイルの表示


読み込み中…
キャンセル
保存