@@ -80,6 +80,7 @@ export class Tab1Page {
// 其他构造函数代码
}
matchedCounselor: { content: string; rating: number } | null = null;
+
async evaluate() {
// 验证用户登录
let currentUser = new CloudUser();
@@ -33,7 +33,7 @@
<ion-card-content>
@if(!currentUser?.id){
<div style="display: flex; justify-content: space-between;">
- <!--<ion-button expand="block" color="danger" (click)="signup()" style="flex: 1; margin-right: 5px;">注册</ion-button>-->
+ <ion-button expand="block" color="danger" (click)="signup()" style="flex: 1; margin-right: 5px;">注册</ion-button>
<ion-button expand="block" color="danger" (click)="login()" style="flex: 1; margin-left: 5px;">登录</ion-button>
</div>