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.

17 lines
707 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>
4 months ago
<button bindtap="testFoun">测试方法</button>
<!-- <button bindtap="removeHistoryData">清空历史数据</button> -->
5 months ago
<button bindtap="timeTest">时间</button>
5 months ago
</view>