统一首页导览快捷按钮文案
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
lyf
2026-07-14 11:08:36 +08:00
parent 1f72926f58
commit 7caa671fe9
2 changed files with 15 additions and 6 deletions

View File

@@ -136,7 +136,7 @@
<view class="guide-quick-icon-floor top"></view>
<view class="guide-quick-icon-floor bottom"></view>
</view>
<text class="guide-quick-action-text">{{ indoorQuickActionLabel }}</text>
<text class="guide-quick-action-text">导览</text>
</view>
<view
class="guide-quick-action"
@@ -671,9 +671,6 @@ const guideQuickActiveAction = computed<'indoor' | 'arrival' | 'explain'>(() =>
if (showArrivalPanel.value) return 'arrival'
return is3DMode.value ? 'indoor' : 'arrival'
})
const indoorQuickActionLabel = computed(() => (
is3DMode.value && indoorView.value !== 'overview' ? '外观' : '馆内'
))
const toRoutePointOption = (target: GuideRouteTarget): RoutePointOption => ({
poiId: target.poiId,