diff --git a/src/assets/images/new/lottery-bg.png b/src/assets/images/new/lottery-bg.png
index fdc4559..5a77f73 100644
Binary files a/src/assets/images/new/lottery-bg.png and b/src/assets/images/new/lottery-bg.png differ
diff --git a/src/assets/images/new/next-icon.png b/src/assets/images/new/next-icon.png
new file mode 100644
index 0000000..6118d6f
Binary files /dev/null and b/src/assets/images/new/next-icon.png differ
diff --git a/src/assets/images/new/pre-icon.png b/src/assets/images/new/pre-icon.png
new file mode 100644
index 0000000..645bfc6
Binary files /dev/null and b/src/assets/images/new/pre-icon.png differ
diff --git a/src/assets/images/new/share-bg1.png b/src/assets/images/new/share-bg1.png
new file mode 100644
index 0000000..970d878
Binary files /dev/null and b/src/assets/images/new/share-bg1.png differ
diff --git a/src/assets/images/new/shouzhi.png b/src/assets/images/new/shouzhi.png
new file mode 100644
index 0000000..ede8cf0
Binary files /dev/null and b/src/assets/images/new/shouzhi.png differ
diff --git a/src/components/GamePage.vue b/src/components/GamePage.vue
index 72d3faa..d67ac16 100644
--- a/src/components/GamePage.vue
+++ b/src/components/GamePage.vue
@@ -37,6 +37,10 @@ const props = defineProps({
})
const emit = defineEmits(['close'])
+const handleGoBack = () => {
+ // globalToastEvent.emit(ToastType.SHOW_GAMEPAGE)
+ emit('close')
+}
const gameImgMap = {
1: game1,
@@ -86,10 +90,6 @@ const circularArea = computed(() => {
return circularAreaList[id] || circularAreaList[1];
})
-const handleGoBack = () => {
- emit('close')
-}
-
// 点击隐藏区域显示抽奖弹窗
const handleShowLottery = async () => {
const loading = weui.loading()
diff --git a/src/components/GameSwiper.vue b/src/components/GameSwiper.vue
index 035d54c..4158b74 100644
--- a/src/components/GameSwiper.vue
+++ b/src/components/GameSwiper.vue
@@ -28,8 +28,18 @@
:key="index"
:class="['carousel-slide', { active: currentIndex === index }]"
>
-
+
+
+
+