diff --git a/src/assets/audio/bgm.mp3 b/src/assets/audio/bgm.mp3
index fd813b2..d01d4bd 100644
Binary files a/src/assets/audio/bgm.mp3 and b/src/assets/audio/bgm.mp3 differ
diff --git a/src/assets/images/notice-title.webp b/src/assets/images/notice-title.webp
new file mode 100644
index 0000000..2076368
Binary files /dev/null and b/src/assets/images/notice-title.webp differ
diff --git a/src/components/Ad.vue b/src/components/Ad.vue
index 68ba56b..f6f38d3 100644
--- a/src/components/Ad.vue
+++ b/src/components/Ad.vue
@@ -17,7 +17,7 @@ const props = defineProps({
const emit = defineEmits(['close'])
const adHtml = ref('')
//TODO: 这个地址后面要改的
-adHtml.value = getMiniPageBtnHack("/pages/unify/unify?orgId=200282401019674482&targetUrl=%2Fpages%2Fcoupon%2Fcoupons-list")
+adHtml.value = getMiniPageBtnHack("/pages/retail-act/landing-page/ordinary?id=897432916524553363&orgId=200282401019674482&programId=84796583983972352")
const adGoto = () => {
if (!isWeixinPlatform()) {
weui.alert("请前往「泸州老窖会员中心」小程序进行查询")
diff --git a/src/components/HomePage.vue b/src/components/HomePage.vue
index f8e3f6d..ffbd86c 100644
--- a/src/components/HomePage.vue
+++ b/src/components/HomePage.vue
@@ -21,6 +21,7 @@ const videoElement = ref(null);
const videoLoaded = ref(false);
const videoError = ref(false);
const lotteryShow = ref(false)
+const lotteryType = ref("draw")
// 初始化全局音频实例
const initGlobalAudio = () => {
@@ -407,7 +408,7 @@ watch(() => lotteryShow.value, async (newVal) => {
-
+