chore(connectedDevice): 恢复找不到设备帮助文案并优化权限引导
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
0ffb3740fb
commit
a462feaa62
@@ -24,10 +24,10 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- 帮助文案 -->
|
<!-- 帮助文案 -->
|
||||||
<!-- <view class="help">
|
<view class="help">
|
||||||
<view class="help-text">找不到设备?</view>
|
<view class="help-text">找不到设备?</view>
|
||||||
<view class="help-link" bind:tap="onOpenHelp">检查附近设备权限</view>
|
<view class="help-link" bind:tap="onOpenHelp">前往设置页面打开权限</view>
|
||||||
</view> -->
|
</view>
|
||||||
|
|
||||||
<!-- 搜索结果模块:found / empty 时整体显示 -->
|
<!-- 搜索结果模块:found / empty 时整体显示 -->
|
||||||
<block wx:if="{{ status === 'found' || status === 'empty' }}">
|
<block wx:if="{{ status === 'found' || status === 'empty' }}">
|
||||||
|
|||||||
Reference in New Issue
Block a user