diff --git a/src/apps/AppBroadcast1/AppBroadcast1.vue b/src/apps/AppBroadcast1/AppBroadcast1.vue
index 209073ab..9bbefe8e 100644
--- a/src/apps/AppBroadcast1/AppBroadcast1.vue
+++ b/src/apps/AppBroadcast1/AppBroadcast1.vue
@@ -52,7 +52,7 @@ export default {
{
title: '音频录制',
text: '音频文件的录制',
- path: './AppResourcesManage/addPlay?type=1',
+ path: './AppResourcesManage/addMedia?type=1',
imgUrl: require('./img/bigHorn-icon33@2x.png'),
bgClass: 'bg-E5B565'
},
diff --git a/src/apps/AppBroadcast1/AppEquipment/AppEquipment.vue b/src/apps/AppBroadcast1/AppEquipment/AppEquipment.vue
index e5feef99..3389723d 100644
--- a/src/apps/AppBroadcast1/AppEquipment/AppEquipment.vue
+++ b/src/apps/AppBroadcast1/AppEquipment/AppEquipment.vue
@@ -9,7 +9,7 @@
-
+
@@ -48,6 +48,9 @@ export default {
this.getList()
})
},
+ onShow() {
+ document.title = '设备管理'
+ },
methods: {
areaSelect(e) {
this.areaId = e
diff --git a/src/apps/AppBroadcast1/AppEquipment/detail.vue b/src/apps/AppBroadcast1/AppEquipment/detail.vue
index ebb3edee..82d15559 100644
--- a/src/apps/AppBroadcast1/AppEquipment/detail.vue
+++ b/src/apps/AppBroadcast1/AppEquipment/detail.vue
@@ -158,7 +158,7 @@ export default {
onReachBottom() {
if(this.currIndex == 1) {
this.current ++
- this.getList()
+ this.getPlayList()
}
}
}
diff --git a/src/apps/AppBroadcast1/AppPlayList/detail.vue b/src/apps/AppBroadcast1/AppPlayList/detail.vue
index 72bbd910..e2bf6640 100644
--- a/src/apps/AppBroadcast1/AppPlayList/detail.vue
+++ b/src/apps/AppBroadcast1/AppPlayList/detail.vue
@@ -56,11 +56,12 @@
+
@@ -121,7 +122,7 @@ export default {
this.$http.post(`/app/appzyvideobroadcast/getBroadcastRecall?broadcastId=${this.info.id}`).then((res) => {
if (res.code == 0) {
this.$u.toast('撤回成功!')
- this.getList()
+ this.getDetail()
}
})
})
diff --git a/src/apps/AppBroadcast1/LiveBroadcast.vue b/src/apps/AppBroadcast1/LiveBroadcast.vue
index 60742e98..c94f043b 100644
--- a/src/apps/AppBroadcast1/LiveBroadcast.vue
+++ b/src/apps/AppBroadcast1/LiveBroadcast.vue
@@ -17,16 +17,16 @@
-
-
-
+
+
+
{{ item.duration }}"
-
+
@@ -378,8 +378,8 @@
width: 100%;
height: 234px;
margin-top: 48px;
- border-radius: 200px 200px 0 0;
- background: linear-gradient(180deg, #9D9E9F 0%, #D4D5D6 100%);
+ background: url(./img/voice-bg.png);
+ background-size: 100% 100%;
image {
width: 96px;
@@ -480,6 +480,7 @@
.middle {
height: calc(100% - 378px);
+ overflow: hidden;
background: #fff;
.tips {
diff --git a/src/apps/AppBroadcast1/img/voice-bg.png b/src/apps/AppBroadcast1/img/voice-bg.png
new file mode 100644
index 00000000..7345d130
Binary files /dev/null and b/src/apps/AppBroadcast1/img/voice-bg.png differ
diff --git a/src/apps/AppBroadcast1/selectMedia.vue b/src/apps/AppBroadcast1/selectMedia.vue
index 60ba795e..78b04c81 100644
--- a/src/apps/AppBroadcast1/selectMedia.vue
+++ b/src/apps/AppBroadcast1/selectMedia.vue
@@ -18,7 +18,7 @@
{{ item.name ? item.name.split('.')[0] : '-' }}
-
李毅 2022-06-09 09:43:45
+
{{ item.createUserName }} {{ item.createTime }}
@@ -31,6 +31,7 @@
{{ item.name }}
{{ item.content }}
+
{{ item.createUserName }} {{ item.createTime }}
diff --git a/src/apps/AppMonitoringObject/Add.vue b/src/apps/AppMonitoringObject/Add.vue
index 1db5dde1..272fcc87 100644
--- a/src/apps/AppMonitoringObject/Add.vue
+++ b/src/apps/AppMonitoringObject/Add.vue
@@ -100,6 +100,18 @@
+