| | |
| | | }); |
| | | } |
| | | }, ], |
| | | navList2: [{ |
| | | navList2: [ |
| | | { |
| | | icon: 'icon-dingdan', |
| | | name: '上班打卡', |
| | | cb: this.toMyWork |
| | | }, |
| | | { |
| | | icon: 'icon-fuwutuandui', |
| | | name: '工作记录', |
| | | cb: this.toMyRecord |
| | | }, |
| | | { |
| | | icon: 'icon-wanshanxinxi', |
| | | name: '完善资料', |
| | | cb: function() { |
| | |
| | | }); |
| | | } |
| | | }, |
| | | ], |
| | | navList3: [ |
| | | { |
| | | icon: 'icon-dingdan', |
| | | name: '我的工作', |
| | | name: '上班打卡', |
| | | cb: this.toMyWork |
| | | }, |
| | | { |
| | | icon: 'icon-fuwutuandui', |
| | | name: '打卡记录', |
| | | name: '工作记录', |
| | | cb: this.toMyRecord |
| | | }, |
| | | ], |
| | | navList3: [{ |
| | | { |
| | | icon: 'icon-wanshanxinxi', |
| | | name: '修改资料', |
| | | cb: function() { |
| | |
| | | url: '/pages/mine/apply' |
| | | }); |
| | | } |
| | | }, |
| | | { |
| | | icon: 'icon-dingdan', |
| | | name: '我的工作', |
| | | cb: this.toMyWork |
| | | }, |
| | | { |
| | | icon: 'icon-fuwutuandui', |
| | | name: '打卡记录', |
| | | cb: this.toMyRecord |
| | | }, |
| | | ], |
| | | token: this.$db.get('userToken') || '' |