update rule btn

This commit is contained in:
weichengwu 2025-11-23 11:13:37 +08:00
parent 084b7cad38
commit 18b6af7a39
5 changed files with 7 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -1,8 +1,8 @@
<template> <template>
<div class="entry-page relative min-h-screen flex flex-col items-center overflow-hidden"> <div class="entry-page relative min-h-screen flex flex-col items-center overflow-hidden">
<div class="fixed left-0 top-30 z-20"> <button class="fixed left-0 top-30 z-20 active:scale-98 transition" @click="goRule">
<img src="/entry/rule_btn.png" alt="活动规则" class="h-16 select-none" /> <img src="/entry/rule_btn.png" alt="活动规则" class="h-24 select-none" />
</div> </button>
<div class="relative z-10 flex flex-col items-center w-full px-2 pt-4 pb-16 gap-5"> <div class="relative z-10 flex flex-col items-center w-full px-2 pt-4 pb-16 gap-5">
<img src="/entry/content.png" alt="宁福您彩 新婚送福" class="w-full" /> <img src="/entry/content.png" alt="宁福您彩 新婚送福" class="w-full" />
@ -30,6 +30,10 @@ const goClaim = () => {
const goRedeem = () => { const goRedeem = () => {
window.location.href = 'https://fucai-redeem.smartjinrui.cn' window.location.href = 'https://fucai-redeem.smartjinrui.cn'
} }
const goRule = () => {
window.location.href = 'https://fucai-redeem.smartjinrui.cn/#/Rule'
}
</script> </script>
<style scoped> <style scoped>