|
@@ -25,9 +25,9 @@ const getTips = tips => {
|
|
|
}
|
|
|
useApp().then(app => {
|
|
|
app.Scene.on('loaded', () => {
|
|
|
- // if (!localStorage.getItem('user_guide')) {
|
|
|
+ if (!localStorage.getItem('user_guide')) {
|
|
|
show.value = true
|
|
|
- // }
|
|
|
+ }
|
|
|
})
|
|
|
})
|
|
|
</script>
|
|
@@ -38,7 +38,7 @@ useApp().then(app => {
|
|
|
top: 0;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
- z-index: 100000;
|
|
|
+ z-index: 109;
|
|
|
background-color: rgba(0, 0, 0, 0.7);
|
|
|
}
|
|
|
.user-guide {
|