vibrate.wxml 513 B

1234567891011121314151617
  1. <import src="../../../common/head.wxml" />
  2. <import src="../../../common/foot.wxml" />
  3. <view class="container page" data-weui-theme="{{theme}}">
  4. <template is="head" data="{{title: 'vibrate/Long/Short'}}"/>
  5. <view class="page-body">
  6. <view class="page-section">
  7. <view class="btn-area">
  8. <button type="primary" bindtap="vibrateLong">长振动</button>
  9. <button type="default" bindtap="vibrateShort">短振动</button>
  10. </view>
  11. </view>
  12. </view>
  13. <template is="foot" />
  14. </view>