Showing
1 changed file
with
1 additions
and
0 deletions
@@ -138,6 +138,7 @@ export default { | @@ -138,6 +138,7 @@ export default { | ||
138 | }; | 138 | }; |
139 | await issueCommand(this.commandType, this.deviceDetail.tbDeviceId, commandValue); | 139 | await issueCommand(this.commandType, this.deviceDetail.tbDeviceId, commandValue); |
140 | this.hiddenModal(); | 140 | this.hiddenModal(); |
141 | + uni.$u.toast('下发成功~'); | ||
141 | } catch (e) { | 142 | } catch (e) { |
142 | uni.$u.toast('下发失败~'); | 143 | uni.$u.toast('下发失败~'); |
143 | } | 144 | } |