|
@@ -29,7 +29,9 @@ export default defineComponent({
|
|
|
if (props.showGuide && !query.showGuide) return;
|
|
|
if (data.list.includes("detail")) {
|
|
|
if (localStorage.getItem(detailGuideKey)) return;
|
|
|
- data.detailShow = true;
|
|
|
+ setTimeout(() => {
|
|
|
+ data.detailShow = true;
|
|
|
+ }, 300)
|
|
|
}
|
|
|
if (data.list.includes("finger")) {
|
|
|
if (localStorage.getItem(fingerGuideKey)) return;
|