fix(connectedDevice): 注释掉帮助文案区块
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
f8fc84b8e7
commit
5705f9e622
@@ -106,26 +106,26 @@
|
|||||||
background-color: #1385FA;
|
background-color: #1385FA;
|
||||||
}
|
}
|
||||||
|
|
||||||
.help {
|
// .help {
|
||||||
width: 100%;
|
// width: 100%;
|
||||||
height: 30rpx;
|
// height: 30rpx;
|
||||||
text-align: center;
|
// text-align: center;
|
||||||
line-height: 30rpx;
|
// line-height: 30rpx;
|
||||||
margin-bottom: 60rpx;
|
// margin-bottom: 60rpx;
|
||||||
|
|
||||||
.help-text {
|
// .help-text {
|
||||||
color: #808080;
|
// color: #808080;
|
||||||
font-size: 30rpx;
|
// font-size: 30rpx;
|
||||||
line-height: 30rpx;
|
// line-height: 30rpx;
|
||||||
margin-right: 8rpx;
|
// margin-right: 8rpx;
|
||||||
}
|
// }
|
||||||
|
|
||||||
.help-link {
|
// .help-link {
|
||||||
color: #1385FA;
|
// color: #1385FA;
|
||||||
font-size: 30rpx;
|
// font-size: 30rpx;
|
||||||
line-height: 30rpx;
|
// line-height: 30rpx;
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
|
|
||||||
.search-device {
|
.search-device {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
@@ -24,10 +24,10 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- 帮助文案 -->
|
<!-- 帮助文案 -->
|
||||||
<view class="help">
|
<!-- <view class="help">
|
||||||
<text class="help-text">无法配对设备?</text>
|
<text class="help-text">无法配对设备?</text>
|
||||||
<text class="help-link" bind:tap="onOpenHelp">查看帮助</text>
|
<text class="help-link" bind:tap="onOpenHelp">查看帮助</text>
|
||||||
</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