csdn1233 3 月之前
父節點
當前提交
30ee8d8ea8

+ 1 - 3
AIart-app/src/app/interest-search/interest-search.component.ts

@@ -625,9 +625,7 @@ export class InterestSearchComponent implements OnInit {
 
   // 关闭 Modal
   closeModal() {
-    if (!this.isAnalyzing) { // 只有在不是分析状态时才允许关闭
-      this.modalIsOpen = false;
-    }
+    this.modalIsOpen = false;
   }
   /*
     // 加载当前用户

+ 1 - 1
AIart-app/src/app/tab1/tab1.page.ts

@@ -200,7 +200,7 @@ export class Tab1Page implements OnInit, OnDestroy {
   }
 
   goToInterestPicture() {
-    this.router.navigate(['/tabs/interest-picture'])
+    this.checkLoginAndNavigate('/tabs/interest-picture')
   }
 
   goToInterestSearch() {

+ 0 - 4
AIart-app/src/app/tab3/tab3.page.ts

@@ -128,15 +128,11 @@ export class Tab3Page implements OnInit {
     try {
       // 初始化查询
       const workQuery = new CloudQuery('Work');
-
-
       // 查询数据库中的帖子
       const workObjs = await workQuery.find();
-
       // 处理查询到的帖子数据
       this.artworks = workObjs.map((workObj: CloudObject) => {
         const workData = workObj.data as Work;
-
         console.log(workObj.data);
         console.log(workData.updatedAt);
         console.log(workData.fileUrl);

+ 2 - 2
AIart-app/src/app/tab5/tab5.page.html

@@ -27,8 +27,8 @@
         </div>
         <div class="user-info">
           <h2>{{ currentUser?.get('username') || '游客用户' }}</h2>
-          <p>{{ currentUser ? (currentUser.get('followers') || 0) + ' 关注 · ' + (currentUser.get('following') || 0) + '
-            关注' : '15 关注 · 3 关注' }}</p>
+          <p>{{ currentUser ? (currentUser.get('followers') || 0) + ' 点赞 ' + (currentUser.get('following') || 0) + '
+            关注' : '15 点赞 · 3 关注' }}</p>
         </div>
       </div>
       <ion-button fill="clear" class="profile-action" (click)="goUserLogin()">

+ 2 - 2
AIart-app/src/app/tabs/tabs.page.ts

@@ -12,7 +12,7 @@ import {
   addCircleOutline, addOutline, optionsOutline, bookmarkOutline, notificationsOutline,
   chevronBackOutline, chatbubblesOutline, refreshOutline, createOutline, logOutOutline,
   closeCircleOutline, bulbOutline, homeOutline, peopleOutline, trashOutline, chatbubbleOutline,
-  informationCircleOutline, pricetagOutline, closeCircle,
+  informationCircleOutline, pricetagOutline, closeCircle, closeOutline,
   brushOutline,
   bodyOutline,
   musicalNotesOutline,
@@ -73,7 +73,7 @@ export class TabsPage {
       cameraOutline, codeOutline, restaurantOutline, fitnessOutline, languageOutline,
       helpCircleOutline, leafOutline, flame, checkmarkCircle, handRight, medal, saveOutline,
       sendOutline, playCircleOutline, arrowUndoOutline, arrowRedoOutline, shareSocialOutline,
-      shareOutline, gridOutline, grid, waterOutline, hourglassOutline,
+      shareOutline, gridOutline, grid, waterOutline, hourglassOutline, closeOutline
 
     });
   }

+ 1 - 1
AIart-app/src/app/user-login/user-login.component.html

@@ -1,7 +1,7 @@
 <ion-header [translucent]="true" class="ion-no-border">
   <ion-toolbar class="custom-toolbar">
     <ion-buttons slot="start">
-      <ion-back-button default-href="/tabs/tab5"></ion-back-button>
+      <ion-back-button default-href="/tabs/tab5" text=""></ion-back-button>
     </ion-buttons>
     <ion-title class="custom-title">
       {{ currentUser?.id ? '个人信息' : '用户登录注册' }}

+ 1 - 1
AIart-prod/UML Presentation.md

@@ -155,7 +155,7 @@ class 测试结果分析类 {
     + 重置分析任务() : void
 }
 
-class 社区作品展示与互动 {
+class 社区作品展示与互动 {
     - 帖子标题 : String
     - 作者名称 : String
     - 作者头像 : String