2023-11-24
This commit is contained in:
@@ -31,7 +31,7 @@ const driverObj__ = driver({
|
||||
{ element: '.Guide_1_17', popover: { title: 'Title', description: 'Description' } },
|
||||
{ element: '.Guide_1_18', popover: { title: 'Title', description: 'Description' } },
|
||||
{ element: '.Guide_1_19', popover: { title: 'Title', description: 'Description' } },
|
||||
{ element: '.Guide_1_20', popover: { title: 'Title', description: 'Description' } },
|
||||
// { element: '.Guide_1_20', popover: { title: 'Title', description: 'Description' } },
|
||||
|
||||
],
|
||||
// showProgress: true,//控制总页数和当前页数是否显示
|
||||
@@ -124,7 +124,7 @@ const openGuide = () =>{
|
||||
// driverObj__.moveTo(18);
|
||||
let data = {
|
||||
index:driverIndex__,
|
||||
driver:false,
|
||||
// driver:true,
|
||||
}
|
||||
store?.commit("setGuide", data);
|
||||
// driverObj__.moveNext();
|
||||
|
||||
Reference in New Issue
Block a user