update rule btn
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 41 KiB |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 1.1 KiB |
|
|
@ -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>
|
||||||
|
|
|
||||||