This commit is contained in:
2024-10-03 23:20:47 +08:00
parent 07548f5395
commit 2101e9a608
5 changed files with 7 additions and 6 deletions

View File

@@ -154,7 +154,7 @@ function goHome() {
</n-button>
<div v-if="userStore.isFinished">
<n-dropdown v-if="userStore.isAuthed" :options="options" size="large">
<n-button @click="getRandomAvatar">
<n-button>
<Icon :icon="avatar" height="20"></Icon>
<span style="padding-left: 8px">
{{ userStore.user!.username }}

View File

@@ -80,8 +80,9 @@ function goSignup() {
<n-form ref="loginRef" :model="form" :rules="rules" show-require-mark>
<n-alert :show-icon="false" class="tip">
关于选择班级的提醒<br />
如果是自己的号就选不用填 <br />
如果是上课统一生成的账选项中没有你的班级选择不用填但是用户名要写ks班级+姓名比如23计算机1班张三就写ks231张三
1. 如果是上课统一生成的账号选择相应班级用户名直接写自己的名字 <br />
2. 同样是上课用的没有你的班级选择不用填用户名要写ks班级+姓名比如23计算机1班张三就写ks231张三 <br />
3. 如果是自己注册的号选择不用填 <br />
</n-alert>
<n-form-item label="选择班级" path="class" :show-require-mark="false">
<n-select