You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<!--pages/asyntest/asyntest.wxml-->
|
|
<view class="contentview">
|
|
|
|
<view class='myview' >
|
|
|
|
{{info}}
|
|
|
|
|
|
</view>
|
|
|
|
<button type="primary" class="button" bindtap="btntest1">初始化蓝牙</button>
|
|
<view class="section">
|
|
<input placeholder='请输入要发送的信息' bindinput='getmsg'/>
|
|
</view>
|
|
<button type="primary" class="button" bindtap="btntest2">开锁</button>
|
|
<button type="primary" class="button" bindtap="btntest3">启动下发指纹</button>
|
|
<button type="primary" class="button" bindtap="btntest4">断开蓝牙设备</button>
|
|
|
|
</view>
|