11 lines
303 B
Plaintext
11 lines
303 B
Plaintext
<view class="container">
|
|
<view class="page-body">
|
|
<view class="page-section">
|
|
<view class="btn-area">
|
|
<button type="primary" bindtap="vibrateLong">长振动</button>
|
|
<button type="default" bindtap="vibrateShort">短振动</button>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|