submit
This commit is contained in:
parent
6dae410db8
commit
0d5038bffc
@ -1,13 +1,13 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<custom-title class="title-block" title="博物馆盲盒">
|
<custom-title class="title-block" title="大运河博物馆纪念盲盒">
|
||||||
</custom-title>
|
</custom-title>
|
||||||
<div class="main">
|
<div class="main">
|
||||||
<div class="content1">
|
<div class="content1">
|
||||||
<div class="wrap1">
|
<div class="wrap1">
|
||||||
<image src="https://cdns.fontree.cn/fonchain-main/prod/image/1833/avatar/78a61919-6e1e-4b5d-96cc-1ecd94c00236.png"></image>
|
<image src="https://cdns.fontree.cn/fonchain-main/prod/image/1833/avatar/78a61919-6e1e-4b5d-96cc-1ecd94c00236.png"></image>
|
||||||
</div>
|
</div>
|
||||||
<div class="wrap2">博物馆开馆纪念盲盒</div>
|
<div class="wrap2">大运河博物馆纪念盲盒</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="content2">
|
<div class="content2">
|
||||||
<image src="https://cdns.fontree.cn/fonchain-main/prod/image/1833/avatar/76216159-e5a9-49ef-a6b3-6043924243e7.png"></image>
|
<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 errMsg=ref('')
|
||||||
const imageSrc=ref('')
|
const imageSrc=ref('')
|
||||||
const goGet=async ()=>{
|
const goGet=async ()=>{
|
||||||
|
|
||||||
if (!userInfo().idNum){
|
if (!userInfo().idNum){
|
||||||
showWin2.value=true
|
showWin2.value=true
|
||||||
return
|
return
|
||||||
|
@ -18,7 +18,7 @@ onLoad((option)=>{
|
|||||||
acc.value=Number(option.acc)
|
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)
|
const acc=ref(0)
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
@ -30,7 +30,8 @@ const res=await getInfo()
|
|||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.main {
|
.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;
|
background-size: cover;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
Reference in New Issue
Block a user