村头大喇叭
- 刘家河居委会 -diff --git a/src/apps/AppBroadcast1/AppEquipment/detail.vue b/src/apps/AppBroadcast1/AppEquipment/detail.vue index bf06fd29..ceba3c87 100644 --- a/src/apps/AppBroadcast1/AppEquipment/detail.vue +++ b/src/apps/AppBroadcast1/AppEquipment/detail.vue @@ -108,11 +108,10 @@ export default { }, setVolume() { this.isShow = true - this.volume = this.info.volume * 10 || 10 + this.volume = this.info.volume }, confirmAdd() { - var volume = parseInt(this.volume/10) - this.$http.post(`/app/appdlbquipment/volumeControl?deviceId=${this.info.deviceId}&volume=${volume}`).then((res) => { + this.$http.post(`/app/appdlbquipment/volumeControl?deviceId=${this.info.deviceId}&volume=${this.volume}`).then((res) => { if (res.code == 0) { this.getDetail() this.isShow = false diff --git a/src/apps/AppBroadcast1/AppPlayList/AppPlayList.vue b/src/apps/AppBroadcast1/AppPlayList/AppPlayList.vue index 1e15fd43..096b8bbc 100644 --- a/src/apps/AppBroadcast1/AppPlayList/AppPlayList.vue +++ b/src/apps/AppBroadcast1/AppPlayList/AppPlayList.vue @@ -17,7 +17,7 @@
播发设备共10个设备
+播发设备共{{info.devices.length}}个设备
 
         村头大喇叭
- 刘家河居委会 - -
-        村头大喇叭
- 刘家河居委会 +{{item.name}}
+ {{item.areaName}}{{ item.name ? item.name.split('.')[0] : '-' }}
{{ item.content }}