diff --git a/src/components/GuideTwo.vue b/src/components/GuideTwo.vue new file mode 100644 index 0000000..6f27e4b --- /dev/null +++ b/src/components/GuideTwo.vue @@ -0,0 +1,54 @@ + + + + + diff --git a/src/pages/battle-room.vue b/src/pages/battle-room.vue index caaa6a7..316229a 100644 --- a/src/pages/battle-room.vue +++ b/src/pages/battle-room.vue @@ -3,7 +3,7 @@ import { ref, onMounted, computed, onBeforeUnmount } from "vue"; import { onShow, onLoad, onShareAppMessage } from "@dcloudio/uni-app"; import Container from "@/components/Container.vue"; import PlayerSeats from "@/components/PlayerSeats.vue"; -import Guide from "@/components/Guide.vue"; +import GuideTwo from "@/components/GuideTwo.vue"; import SButton from "@/components/SButton.vue"; import Avatar from "@/components/Avatar.vue"; import { @@ -238,7 +238,7 @@ onBeforeUnmount(() => {