fix
This commit is contained in:
@@ -141,6 +141,7 @@ const driverObj__ = driver({
|
||||
},
|
||||
//销毁前
|
||||
onDestroyStarted:()=>{
|
||||
console.log(213123123);
|
||||
data = {
|
||||
index : driverIndex__,
|
||||
driver : false,
|
||||
@@ -155,13 +156,13 @@ const driverObj__ = driver({
|
||||
|
||||
|
||||
|
||||
onNextClick:(element, step, options) =>{
|
||||
// if(options.state.activeIndex == 2){
|
||||
// driverObj__.moveTo(4)
|
||||
// }else{
|
||||
// driverObj__.moveNext()
|
||||
// }
|
||||
}
|
||||
// onNextClick:(element, step, options) =>{
|
||||
// // if(options.state.activeIndex == 2){
|
||||
// // driverObj__.moveTo(4)
|
||||
// // }else{
|
||||
// // driverObj__.moveNext()
|
||||
// // }
|
||||
// }
|
||||
});
|
||||
function addDiv(element){
|
||||
element.style.posiiton = 'relative'
|
||||
|
||||
Reference in New Issue
Block a user