@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user