You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
534 B
Plaintext
12 lines
534 B
Plaintext
5 months ago
|
<!--program/pages/bluetoothWatch/bluetoothWatch.wxml-->
|
||
|
<view>
|
||
|
<button bindtap="init">初始化信息</button>
|
||
|
<button bindtap="getPower">获取电量</button>
|
||
|
<button bindtap="getStep">获取步数</button>
|
||
|
<button bindtap="getHealthData">获取健康数据</button>
|
||
|
<button bindtap="wearManageSetting">佩戴管理设置</button>
|
||
|
<button bindtap="wearManageGetting">佩戴管理获取</button>
|
||
|
<button bindtap="downWeather">下发天气</button>
|
||
|
<button bindtap="removeCache">清除时间戳缓存</button>
|
||
|
|
||
|
</view>
|