|
@@ -465,7 +465,9 @@ export default defineComponent({
|
|
const status = await checkLogin();
|
|
const status = await checkLogin();
|
|
if (!status) {
|
|
if (!status) {
|
|
studentInfo.username = '';
|
|
studentInfo.username = '';
|
|
- forms.activationCode = '';
|
|
|
|
|
|
+ if (!route.query.code) {
|
|
|
|
+ forms.activationCode = '';
|
|
|
|
+ }
|
|
phoneChangeEmptyInfo();
|
|
phoneChangeEmptyInfo();
|
|
}
|
|
}
|
|
}
|
|
}
|