Showing
1 changed file
with
7 additions
and
8 deletions
| @@ -138,21 +138,20 @@ export default { | @@ -138,21 +138,20 @@ export default { | ||
| 138 | } | 138 | } |
| 139 | }); | 139 | }); |
| 140 | }, | 140 | }, |
| 141 | - showToastWip(){ | ||
| 142 | - uni.$u.toast('拼命开发中 ...') | 141 | + showToastWip() { |
| 142 | + uni.$u.toast('拼命开发中 ...'); | ||
| 143 | }, | 143 | }, |
| 144 | openCamera() { | 144 | openCamera() { |
| 145 | - // uni.navigateTo({ | ||
| 146 | - // url: 'camera/camera' | ||
| 147 | - // }); | ||
| 148 | - this.showToastWip() | 145 | + uni.navigateTo({ |
| 146 | + url: 'camera/camera' | ||
| 147 | + }); | ||
| 148 | + // this.showToastWip() | ||
| 149 | }, | 149 | }, |
| 150 | openOrgStatus() { | 150 | openOrgStatus() { |
| 151 | // uni.navigateTo({ | 151 | // uni.navigateTo({ |
| 152 | // url: 'configuration/configuration' | 152 | // url: 'configuration/configuration' |
| 153 | // }); | 153 | // }); |
| 154 | - this.showToastWip() | ||
| 155 | - | 154 | + this.showToastWip(); |
| 156 | }, | 155 | }, |
| 157 | //告警状态查询 | 156 | //告警状态查询 |
| 158 | navigatorAlarmStatus(e) { | 157 | navigatorAlarmStatus(e) { |