Browse Source

bugfix:修复bug

leo 1 year ago
parent
commit
a2b13ff80e

+ 3 - 8
components/verifition/Verify/VerifySlide.vue

@@ -238,14 +238,9 @@ export default {
         _this.end();
       });
 
-      window.addEventListener(
-        'touchmove',
-        function (e) {
-          e.preventDefault();
-          _this.move(e);
-        },
-        { passive: false }
-      );
+      window.addEventListener('touchmove', function (e) {
+        _this.move(e);
+      });
       window.addEventListener('mousemove', function (e) {
         _this.move(e);
       });

+ 3 - 3
pages/claimCloudPhone/components/bargainingAssistance.vue

@@ -1437,12 +1437,12 @@ export default {
       width: 284px;
       z-index: -1;
     }
-    .exit-glory {
+    .exit-glory{
       position: absolute;
       top: 50%;
       left: 50%;
       transform: translate(-50%, -50%) scale(1.5);
-      z-index: -2;
+      z-index: -2
     }
     .exit-content {
       position: absolute;
@@ -1681,7 +1681,7 @@ export default {
   margin-bottom: 24px !important;
 }
 
-.mask {
+.mask{
   z-index: 4000;
 }
 </style>