2023-11-23-1
This commit is contained in:
@@ -12,6 +12,9 @@ const driverObj__ = driver({
|
||||
{ element: '.Guide_1_4', popover: { title: 'Title', description: 'Description' } },
|
||||
{ element: '.Guide_1_5', popover: { title: 'Title', description: 'Description' } },
|
||||
{ element: '.Guide_1_6', popover: { title: 'Title', description: 'Description' } },
|
||||
{ element: '.Guide_1_7', popover: { title: 'Title', description: 'Description' } },
|
||||
{ element: '.Guide_1_8', popover: { title: 'Title', description: 'Description' } },
|
||||
{ element: '.Guide_1_2', popover: { title: 'Title', description: 'Description' } },
|
||||
],
|
||||
// showProgress: true,//控制总页数和当前页数是否显示
|
||||
allowClose:false,
|
||||
@@ -35,7 +38,8 @@ const driverObj__ = driver({
|
||||
// console.log(options.state.activeIndex);
|
||||
driverIndex__ = driverObj__.getState().activeIndex
|
||||
let data = {
|
||||
index:driverIndex__
|
||||
index:driverIndex__,
|
||||
driver:true,
|
||||
}
|
||||
store?.commit("setGuide", data);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user