From d30ff90ce9ed4eb1d60384a1ee62ad3735635bd1 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 04 七月 2025 16:13:10 +0800
Subject: [PATCH] 图形验证码不可鼠标选中
---
manager/src/components/verify/index.vue | 3 ++-
seller/src/views/my-components/verify/index.vue | 3 ++-
buyer/src/components/verify/index.vue | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/buyer/src/components/verify/index.vue b/buyer/src/components/verify/index.vue
index 2cbb882..498cc92 100644
--- a/buyer/src/components/verify/index.vue
+++ b/buyer/src/components/verify/index.vue
@@ -89,7 +89,7 @@
} else {
this.init()
}
-
+
}).catch(()=>{
this.init()
});
@@ -133,6 +133,7 @@
height: 150px;
position: relative;
overflow: hidden;
+ user-select: none;
.slider {
position: absolute;
diff --git a/manager/src/components/verify/index.vue b/manager/src/components/verify/index.vue
index 2cbb882..498cc92 100644
--- a/manager/src/components/verify/index.vue
+++ b/manager/src/components/verify/index.vue
@@ -89,7 +89,7 @@
} else {
this.init()
}
-
+
}).catch(()=>{
this.init()
});
@@ -133,6 +133,7 @@
height: 150px;
position: relative;
overflow: hidden;
+ user-select: none;
.slider {
position: absolute;
diff --git a/seller/src/views/my-components/verify/index.vue b/seller/src/views/my-components/verify/index.vue
index 2cbb882..498cc92 100644
--- a/seller/src/views/my-components/verify/index.vue
+++ b/seller/src/views/my-components/verify/index.vue
@@ -89,7 +89,7 @@
} else {
this.init()
}
-
+
}).catch(()=>{
this.init()
});
@@ -133,6 +133,7 @@
height: 150px;
position: relative;
overflow: hidden;
+ user-select: none;
.slider {
position: absolute;
--
Gitblit v1.8.0