Commit 347ee0d9 authored by LiXuyang's avatar LiXuyang

注册

parent 5fe89c03
......@@ -67,7 +67,7 @@
"forgetFormTitle": "重置密码",
"signInTitle": "开箱即用的中后台管理系统",
"signInDesc": "输入您的个人详细信息开始使用!",
"policy": "我同意xxx隐私政策",
"policy": "我同意隐私政策",
"scanSign": "扫码后点击\"确认\",即可完成登录",
"loginButton": "登录",
"registerButton": "注册",
......
......@@ -47,7 +47,7 @@
<FormItem class="enter-x" name="policy">
<!-- No logic, you need to deal with it yourself -->
<Checkbox v-model:checked="formData.policy" size="small">
我同意xxx
我同意
</Checkbox><slot name="policy"></slot>
</FormItem>
......
......@@ -17,19 +17,16 @@
<a @click="dialogVisible = true">隐私政策</a>
</template>
</RegisterForm>
</div>
</div>
</div>
<el-dialog
top="2%"
v-model="dialogVisible"
width="90%"
>
<privacy/>
<span slot="footer" class="dialog-footer">
<el-button @click="dialogVisible = false">取 消</el-button>
</span>
<el-dialog top="2%" v-model="dialogVisible" width="90%">
<privacy />
<template #footer>
<span class="dialog-footer">
<el-button @click="dialogVisible = false">取 消</el-button>
</span>
</template>
</el-dialog>
</el-container>
</div>
......@@ -38,15 +35,14 @@
<script>
import Icon from '@/components/Icon/Icon.vue';
import RegisterForm from './RegisterForm.vue';
import Privacy from "@/views/AAAFont/register/privacy.vue";
import Privacy from '@/views/AAAFont/register/privacy.vue';
export default {
name: 'Register',
components: {Privacy, RegisterForm, Icon },
components: { Privacy, RegisterForm, Icon },
data() {
return {
dialogVisible: false,
};
},
methods: {
......
......@@ -6,7 +6,7 @@
<!-- <div class="letter">INFORMATION</div>-->
<div class="info_content_second">
<div class="content-item-h3">
xxx 隐私政策
隐私政策
</div>
<div style="display: flex; justify-content: center">
<span class="time">2020/04/09 19:00 </span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment