mo 1 gadu atpakaļ
vecāks
revīzija
abea82dbc6
1 mainītis faili ar 9 papildinājumiem un 3 dzēšanām
  1. 9 3
      src/custom-plugins/guide-page/home-guide.tsx

+ 9 - 3
src/custom-plugins/guide-page/home-guide.tsx

@@ -132,7 +132,10 @@ export default defineComponent({
             top:7,
             width:14,
             height:14
-          }
+          },
+          boxStyle:{
+
+          },
         },
         {
           ele: '',
@@ -160,7 +163,10 @@ export default defineComponent({
             width:14,
             height:14
           },
-          type:'bottom'
+          type:'bottom',
+          boxStyle:{
+
+          },
         }
       ],
       step: 0
@@ -205,7 +211,7 @@ export default defineComponent({
     })
 
     const handleNext = () => {
-      if (data.step >= 4) {
+      if (data.step >= 3) {
         endGuide();
         return;
       }