From 2a14d77f175e61eb5c4cfe77937c3f82368a31e8 Mon Sep 17 00:00:00 2001 From: fengerli <528575642@qq.com> Date: Wed, 19 Nov 2025 11:12:54 +0800 Subject: [PATCH] =?UTF-8?q?210=E4=B8=BB=E6=9C=BA=E8=81=94=E6=9C=BA?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BB=A3=E7=A0=81=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/210/deviceControl/index.vue | 57 +++++++++++++++++++++--- pages/common/audioManager/Recording.vue | 4 -- static/images/210/bj-HL.png | Bin 0 -> 688 bytes static/images/210/delete.png | Bin 0 -> 328 bytes static/images/210/lj-HL.png | Bin 0 -> 576 bytes static/images/210/path-HL.png | Bin 0 -> 595 bytes static/images/210/time-HL.png | Bin 0 -> 1768 bytes static/images/210/upload.png | Bin 0 -> 326 bytes 8 files changed, 51 insertions(+), 10 deletions(-) create mode 100644 static/images/210/bj-HL.png create mode 100644 static/images/210/delete.png create mode 100644 static/images/210/lj-HL.png create mode 100644 static/images/210/path-HL.png create mode 100644 static/images/210/time-HL.png create mode 100644 static/images/210/upload.png diff --git a/pages/210/deviceControl/index.vue b/pages/210/deviceControl/index.vue index f6dce42..0b7e946 100644 --- a/pages/210/deviceControl/index.vue +++ b/pages/210/deviceControl/index.vue @@ -83,7 +83,8 @@ - + {{ item.title }} {{ item.subTitle }} @@ -194,6 +195,25 @@ + + + + 报警声音 + + + + 点击选择上传文件 + + + + 删除 + + + + + + + @@ -225,34 +245,41 @@ }, data() { return { - selectedIndex: -1, // Track currently selected index + selectedIndex: -1, + lightModeC: false, modeItems: [{ image: "/static/images/210/lj.png", + activeImage: "/static/images/210/lj-HL.png", title: "联机设备", subTitle: "" }, { image: "/static/images/210/bj.png", + activeImage: "/static/images/210/bj-HL.png", title: "报警声音", subTitle: "上传" }, { image: "/static/images/210/zd.png", + activeImage: "/static/images/210/zd-HL.png", title: "自动报警", subTitle: "" }, { - image: "/static/images/210/zd-HL.png", + image: "/static/images/210/zd.png", + activeImage: "/static/images/210/zd-HL.png", title: "手动报警", subTitle: "" }, { image: "/static/images/common/path7.png", + activeImage: "/static/images/210/path-HL.png", title: "开机画面", subTitle: "上传" }, { image: "/static/images/210/time.png", + activeImage: "/static/images/210/time-HL.png", title: "报警时长", subTitle: "30秒" } @@ -477,7 +504,10 @@ }, // 报警声音 soundAlarm() { - + this.lightModeC = true + }, + handleAlarmSound() { + this.lightModeC = false }, // 自动报警 automaticAlarm() { @@ -1262,10 +1292,10 @@ .agreement-popupB { width: 100%; - height: 32%; + /* height: 32%; */ background-color: rgb(42, 42, 42); border-radius: 60rpx 60rpx 0rpx 0rpx; - padding: 40rpx; + padding: 40rpx 0rpx 140rpx 40rpx; box-sizing: border-box; position: absolute; bottom: 0rpx; @@ -1280,6 +1310,21 @@ border: 1px solid rgba(255, 200, 78, 1); } + .example_img { + display: flex; + color: #fff; + margin-bottom: 20rpx; + align-items: center; + cursor: pointer; + font-size: 30rpx; + } + + .uploadIMG { + width: 62rpx; + height: 62rpx; + margin-right: 15rpx; + } + .popup-Title { color: rgba(255, 200, 78, 1); } diff --git a/pages/common/audioManager/Recording.vue b/pages/common/audioManager/Recording.vue index 5a283c6..d960fc5 100644 --- a/pages/common/audioManager/Recording.vue +++ b/pages/common/audioManager/Recording.vue @@ -8,7 +8,6 @@ -