|
@@ -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;
|
|
|
}
|