fix login bg
This commit is contained in:
parent
cd13503a0d
commit
41acd2d477
@ -4,7 +4,7 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||||
<title>国展报名</title>
|
<title>迁想妙得</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 428 KiB After Width: | Height: | Size: 438 KiB |
@ -1,23 +1,24 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import {useUserStore} from '@/stores/userStore.js'
|
import { useUserStore } from '@/stores/userStore.js'
|
||||||
import {storeToRefs} from "pinia";
|
import { storeToRefs } from "pinia";
|
||||||
const userStore = useUserStore()
|
const userStore = useUserStore()
|
||||||
const {submitReturnData} = storeToRefs(userStore);
|
const { submitReturnData } = storeToRefs(userStore);
|
||||||
const linkUrl='https://cnisakncsncs.com.cn'
|
const linkUrl = 'https://cnisakncsncs.com.cn'
|
||||||
const goLink=()=>{
|
const goLink = () => {
|
||||||
window.open(linkUrl)
|
window.open(linkUrl)
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
<div class="content1">
|
<div class="content1">
|
||||||
<div class="wrap1">恭喜<span class="wrap1_1">{{submitReturnData.artistName}}</span>{{submitReturnData.gender===1?'先生':'女士'}}完成国展报名登记,报名日期为:{{submitReturnData.createdAt}}
|
<div class="wrap1">恭喜<span class="wrap1_1">{{submitReturnData.artistName}}</span>{{submitReturnData.gender===1?'先生':'女士'}}完成报名登记,报名日期为:{{submitReturnData.createdAt}}
|
||||||
<!-- 请在会场入口处使用身份识别(人像)进入展会,详情请查看官网已了解更多资讯--></div>
|
<!-- 请在会场入口处使用身份识别(人像)进入展会,详情请查看官网已了解更多资讯-->
|
||||||
<!-- <div class="wrap2" @click="goLink">前往:{{linkUrl}}</div>-->
|
</div>
|
||||||
|
<!-- <div class="wrap2" @click="goLink">前往:{{linkUrl}}</div>-->
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.content1{
|
.content1 {
|
||||||
margin-bottom: 340px;
|
margin-bottom: 340px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 333px;
|
width: 333px;
|
||||||
@ -28,15 +29,15 @@ const goLink=()=>{
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
.wrap2{
|
.wrap2 {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #2159C4;
|
color: #2159c4;
|
||||||
}
|
}
|
||||||
.wrap1{
|
.wrap1 {
|
||||||
color: #000;
|
color: #000;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
.wrap1_1{
|
.wrap1_1 {
|
||||||
color: #2159C4;
|
color: #2159c4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user