From 61a844ab928b51c33b18a51ddacde8274ef35e29 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期三, 10 九月 2025 11:08:27 +0800
Subject: [PATCH] 添加优惠券限制单个商品使用逻辑

---
 buyer/src/components/verify/index.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 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;

--
Gitblit v1.8.0