chore(equipment): 调整绑定设备文案与已配对区块显示
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
6069367b90
commit
f7dba359d3
@@ -13,17 +13,17 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- 已配对设备行 -->
|
<!-- 已配对设备行 -->
|
||||||
<view class="section-bar">
|
<block wx:if="{{ operationsEngineer }}">
|
||||||
<view class="section-left">
|
<view class="section-bar">
|
||||||
<view class="bt-icon">
|
<view class="section-left">
|
||||||
<image src="/images/equipment/bluetooth.png"/>
|
<view class="bt-icon">
|
||||||
</view>
|
<image src="/images/equipment/bluetooth.png"/>
|
||||||
<view class="section-title">已配对设备</view>
|
</view>
|
||||||
</view>
|
<view class="section-title">已配对设备</view>
|
||||||
<block wx:if="{{ operationsEngineer }}">
|
</view>
|
||||||
<view class="ops-btn ops-btn--red" bind:tap="onUnpairAll">取消全部配对</view>
|
<view class="ops-btn ops-btn--red" bind:tap="onUnpairAll">取消全部配对</view>
|
||||||
</block>
|
</view>
|
||||||
</view>
|
</block>
|
||||||
|
|
||||||
<!-- 设备列表 -->
|
<!-- 设备列表 -->
|
||||||
<!-- <view class="device">
|
<!-- <view class="device">
|
||||||
@@ -101,7 +101,7 @@
|
|||||||
</block>
|
</block>
|
||||||
</block>
|
</block>
|
||||||
<block wx:else>
|
<block wx:else>
|
||||||
<empty-data containerStyle="margin: 100rpx 0 200rpx;" />
|
<empty-data text="暂未绑定可用设备,请绑定.." containerStyle="margin: 100rpx 0 200rpx;" />
|
||||||
</block>
|
</block>
|
||||||
|
|
||||||
<!-- 添加设备按钮 -->
|
<!-- 添加设备按钮 -->
|
||||||
@@ -109,7 +109,7 @@
|
|||||||
<view class="add-icon">
|
<view class="add-icon">
|
||||||
<image src="/images/addBtn.png"/>
|
<image src="/images/addBtn.png"/>
|
||||||
</view>
|
</view>
|
||||||
<view class="add-text">添加设备</view>
|
<view class="add-text">绑定设备</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<equipment-dialog show="{{ loadingShow }}" title="{{ loadingTitle }}" content="{{ loadingContent }}"
|
<equipment-dialog show="{{ loadingShow }}" title="{{ loadingTitle }}" content="{{ loadingContent }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user