提问人:Nithin 提问时间:11/14/2023 更新时间:11/14/2023 访问量:10
我在尝试使用 joyride 并尝试导航到不同的页面时遇到了问题,
I am facing a problem trying to use joyride and trying to navigate to different pages ,
问:
我可以路由到这里的不同页面,但是一旦我导航到下一页,我就无法获得旅游卡
异步 opentour() { 等待 this.joyrideService .startTour( { themeColor: “#00000”, 步骤:[ “步骤1”, “step2”, “step3@next页”, ], stepDefaultPosition: “左”, } // 您的步数顺序 ) .subscribe({ 下一个: (step) => { this.currentStep = step.name; 如果 ( this.currentStep == “step1” || this.currentStep == “步骤2” ){ this.dropdown.open();} 控制台.log(步骤); },
complete: () => {
console.log("Tour finished");
},
});
}
答: 暂无答案
评论