我已经在我的 wordpress 网站中引入了游览,但它在第一步循环,我这里只有少量代码。所以我不确定问题可能出在哪里。有人对这个有经验么?
var tour = new Tour({
debug: true,
storage: false,
steps: [
{
orphan: true,
title: "DTC ZERO TOUR",
content: "This tour will show you where important information is, so you never miss a thing!"
},
{
orphan: true,
title: "Second Title",
content: "Some directional type stuff"
}
]});
tour.init(true);
tour.start();
让我知道是否有更多的东西我应该给你看。正在读取 css 和 js。只是陷入了一个连续的循环