From b8be56fe7c3b38bb21cc36a245e2b86cb2ce3e0d Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期二, 02 九月 2025 11:27:05 +0800
Subject: [PATCH] 解决访问不稳定的问题

---
 seller/src/views/my-components/verify/index.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

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