This commit is contained in:
xingyy 2023-12-21 11:04:17 +08:00
parent 6dae410db8
commit 0d5038bffc
3 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
<template>
<div class="container">
<custom-title class="title-block" title="博物馆盲盒">
<custom-title class="title-block" title="大运河博物馆纪念盲盒">
</custom-title>
<div class="main">
<div class="content1">
<div class="wrap1">
<image src="https://cdns.fontree.cn/fonchain-main/prod/image/1833/avatar/78a61919-6e1e-4b5d-96cc-1ecd94c00236.png"></image>
</div>
<div class="wrap2">博物馆开馆纪念盲盒</div>
<div class="wrap2">大运河博物馆纪念盲盒</div>
</div>
<div class="content2">
<image src="https://cdns.fontree.cn/fonchain-main/prod/image/1833/avatar/76216159-e5a9-49ef-a6b3-6043924243e7.png"></image>
@ -78,7 +78,6 @@ const goRealName=()=>{
const errMsg=ref('')
const imageSrc=ref('')
const goGet=async ()=>{
if (!userInfo().idNum){
showWin2.value=true
return

View File

@ -18,7 +18,7 @@ onLoad((option)=>{
acc.value=Number(option.acc)
}
})
const accTitleList=[{title:'首都博物馆东馆',value:0},{title:'智慧门票',value:1}]
const accTitleList=[{title:'大运河博物馆',value:0},{title:'智慧门票',value:1}]
const acc=ref(0)
</script>
<style lang="scss" scoped>

View File

@ -30,7 +30,8 @@ const res=await getInfo()
</script>
<style lang="scss" scoped>
.main {
background: url("https://cdns.fontree.cn/fonchain-main/prod/image/default/artwork/3f70cf7f-4017-42a6-9276-bf854f57f78d.png");
/* background: url("https://cdns.fontree.cn/fonchain-main/prod/image/default/artwork/3f70cf7f-4017-42a6-9276-bf854f57f78d.png");*/
background: url("https://cdns.fontree.cn/fonchain-main/prod/image/1833/avatar/33e1a0c8-ce9e-4b05-bd49-7a75f7bd98d4.png");
background-size: cover;
height: 100vh;
display: flex;