Update guide presentation and route preview gating
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user