Update guide presentation and route preview gating

This commit is contained in:
lyf
2026-06-24 23:12:44 +08:00
parent 67c6609ae6
commit 1d277eabf0
12 changed files with 560 additions and 142 deletions

View File

@@ -28,16 +28,16 @@
<view class="error-icon">
<text class="error-icon-mark">!</text>
</view>
<text class="error-title">无法确认当前位置</text>
<text class="error-title">无法自动获取起点</text>
<text class="error-desc">
可以返回位置预览或手动选择当前楼层与区域继续完成室内三维导览
可以返回位置预览或手动选择预览起点所在楼层与区域
</text>
<view class="error-actions">
<view class="dialog-btn secondary" @tap="handleRelocate">
<text class="dialog-btn-text">返回预览</text>
</view>
<view class="dialog-btn primary" @tap="handleManualSelect">
<text class="dialog-btn-text">手动选择</text>
<text class="dialog-btn-text">手动选择起点</text>
</view>
</view>
</view>
@@ -75,7 +75,7 @@
</view>
<view class="manual-location-btn primary" @tap="handleConfirmLocation">
<text class="manual-location-btn-text">
确认当前位置{{ selectedManualFloor }} {{ selectedManualArea }}
确认预览起点{{ selectedManualFloor }} {{ selectedManualArea }}
</text>
</view>
</view>