feat: 问题修复

This commit is contained in:
2026-04-29 17:11:24 +08:00
parent 7d1deb3a80
commit 749a178987
2 changed files with 2 additions and 1 deletions

View File

@@ -197,6 +197,7 @@ import { onMounted, nextTick, onUnmounted, ref } from "vue";
import { onLoad } from "@dcloudio/uni-app"; import { onLoad } from "@dcloudio/uni-app";
import { import {
SWITCH_TO_COMPANION_TAB, SWITCH_TO_COMPANION_TAB,
SWITCH_TO_DISCOVERY_TAB,
SCROLL_TO_BOTTOM, SCROLL_TO_BOTTOM,
SEND_MESSAGE_CONTENT_TEXT, SEND_MESSAGE_CONTENT_TEXT,
SEND_MESSAGE_COMMAND_TYPE, SEND_MESSAGE_COMMAND_TYPE,

View File

@@ -29,7 +29,7 @@
</swiper-item> </swiper-item>
</swiper> </swiper>
<yo-indicator-dot :current-index="currentIndex" :length="bannerList.length" :duration="0.5" default-width="4px" <yo-indicator-dot :current-index="currentIndex" :length="bannerList.length" duration="0.5" default-width="4px"
active-width="16px" dot-height="4px" shape="circle" default-color="rgba(255,255,255,0.5)" active-width="16px" dot-height="4px" shape="circle" default-color="rgba(255,255,255,0.5)"
active-color="rgba(255,255,255,1)" /> active-color="rgba(255,255,255,1)" />
</view> </view>