石超 2025-07-26 14:55:16 +08:00
commit 2c9e0e15ff
1 changed files with 2 additions and 20 deletions

View File

@ -106,7 +106,7 @@
</a-button> </a-button>
</a-form-item> </a-form-item>
</a-form> </a-form>
<div <!-- <div
class="bottom" class="bottom"
v-if="getShow" v-if="getShow"
:style="{ :style="{
@ -114,24 +114,6 @@
height: `${50 * props.bi}px`, height: `${50 * props.bi}px`,
}" }"
> >
<!-- <Button type="link" block size="small" @click="setLoginState(LoginStateEnum.REGISTER)">
<template #icon>
<img
src="/login_lindidiaocha/register.png"
:style="{
height: `${29 * props.bi}px`,
}"
/>
</template>
<span
:style="{
fontSize: `${14 * props.bi}px`,
}"
>
&nbsp;&nbsp; 用户注册
</span>
</Button>
<span>|</span> -->
<a-popover v-model:open="visible" trigger="click"> <a-popover v-model:open="visible" trigger="click">
<template #content> <template #content>
<a-qrcode error-level="H" :value="qrcodeValue" /> <a-qrcode error-level="H" :value="qrcodeValue" />
@ -161,7 +143,7 @@
</span> </span>
</Button> </Button>
</a-popover> </a-popover>
</div> </div> -->
</template> </template>
<script lang="ts" setup> <script lang="ts" setup>
import { reactive, ref, unref, computed, onMounted } from 'vue'; import { reactive, ref, unref, computed, onMounted } from 'vue';