uu
This commit is contained in:
parent
540ee738f1
commit
10cc48d6db
@ -5,7 +5,10 @@
|
||||
<view class="blcok-white">
|
||||
<view >
|
||||
<u-row custom-style="gap: 10rpx;">
|
||||
<u-button @click="discoveryPrinter" type="info" :loading="searchLoading" loadingSize="24" loadingText="搜索中">搜索周边设备</u-button>
|
||||
<u-button @click="discoveryPrinter">
|
||||
{{searchLoading?'搜索中...':'搜索周边设备'}}
|
||||
|
||||
</u-button>
|
||||
<u-button @click="stopDiscoveryPrinter">停止搜索</u-button>
|
||||
<u-button @click="writeBLECharacteristicValue" type="primary" :disabled="!(deviceId && serviceId && characteristicId)">打印</u-button>
|
||||
</u-row>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user