Showing
1 changed file
with
7 additions
and
8 deletions
... | ... | @@ -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 | 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 | 150 | openOrgStatus() { |
151 | 151 | // uni.navigateTo({ |
152 | 152 | // url: 'configuration/configuration' |
153 | 153 | // }); |
154 | - this.showToastWip() | |
155 | - | |
154 | + this.showToastWip(); | |
156 | 155 | }, |
157 | 156 | //告警状态查询 |
158 | 157 | navigatorAlarmStatus(e) { | ... | ... |