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 @@ -