sqj 2 сар өмнө
parent
commit
35cdaf823c

+ 1 - 1
FitMind-app/src/app/tab1/tab1.page.html

@@ -19,7 +19,7 @@
     <!-- 下一张按钮 -->
     <button class="next" (click)="nextSlide()">&#10095;</button>
   
-    <!-- 小圆点 -->
+   
     <div class="dots">
       <span class="dot" *ngFor="let image of images; let i = index" 
             [class.active]="i === currentSlide"