diff --git a/pages/6075/BJQ6075.vue b/pages/6075/BJQ6075.vue
index 5cfcf54..a61429b 100644
--- a/pages/6075/BJQ6075.vue
+++ b/pages/6075/BJQ6075.vue
@@ -305,8 +305,10 @@
popupBorder: '1rpx solid rgba(255, 200, 78, 0.3)',
showCancel: true
},
+
confirm() {
- return true;
+ console.log('这是确定按钮吗');
+ //return true;
}
}
@@ -1424,7 +1426,7 @@
border-radius: 40rpx;
padding: 40rpx;
box-sizing: border-box;
- border: 1px solid rgba(255, 200, 78, 1);
+ border: 3rpx solid rgba(255, 200, 78, 0.3);
}
.popup-Title {
@@ -1503,14 +1505,14 @@
.disagree {
background-color: transparent;
color: rgba(255, 255, 255, 0.87);
- border: 1px solid rgba(255, 200, 78, 0.7);
+ border: 1px solid rgba(255, 200, 78, 1);
font-size: 24rpx;
color: rgba(255, 200, 78, 1);
}
/* 同意按钮 */
.agreeBtn {
- background-color: rgba(255, 200, 78, 1);
+ background: rgba(255, 200, 78, 1);
color: #232323;
border: none;
font-size: 24rpx;
diff --git a/pages/common/index/index.vue b/pages/common/index/index.vue
index 6505b7f..c97172c 100644
--- a/pages/common/index/index.vue
+++ b/pages/common/index/index.vue
@@ -18,8 +18,7 @@
-
+
报警
位置
发送信息
diff --git a/static/images/6075/bj_1.png b/static/images/6075/bj_1.png
new file mode 100644
index 0000000..faf246a
Binary files /dev/null and b/static/images/6075/bj_1.png differ