1 parent e00922a commit c1e3ef7Copy full SHA for c1e3ef7
1 file changed
vue/src/views/SiteAuthView.vue
@@ -116,7 +116,7 @@
116
type="button"
117
:disabled="busy"
118
@click="doRegister"
119
- >{{ busy ? '提交中…' : '注 册' }}</button>
+ >{{ busy ? '提交中…' : '注 册' }}</button>
120
<div class="auth-terms">注册即表示同意服务条款</div>
121
</div>
122
@@ -167,7 +167,7 @@
167
168
169
@click="doChangePassword"
170
- >{{ busy ? '提交中…' : '确认修改' }}</button>
+ >{{ busy ? '提交中…' : '确认修改' }}</button>
171
<div class="auth-footer" style="justify-content: center">
172
<button type="button" class="auth-link" @click="setTab('login')">返回登录</button>
173
0 commit comments