添加兼容性处理

This commit is contained in:
kron
2025-11-14 09:46:14 +08:00
parent c11a108f5d
commit daee337e59
5 changed files with 17 additions and 17 deletions

View File

@@ -153,10 +153,7 @@ onShareTimeline(() => {
mode="widthFix"
@click="() => toPage('/pages/first-try')"
/>
<BubbleTip
v-if="showGuide"
:location="{ top: '60%', left: '40%', fontSize: '14px' }"
>
<BubbleTip v-if="showGuide" :location="{ top: '60%', left: '40%' }">
<text>新人必刷</text>
<text>快来报到吧~</text>
</BubbleTip>