25 lines
898 B
Plaintext
25 lines
898 B
Plaintext
![]() |
<view class="container">
|
||
|
<human-detection id="humanDetection" ve="{{ve}}" enhanced="{{enhanced}}" poseDrawEnabled="{{true}}" bind:on-human-detecting="onHumanDetecting" />
|
||
|
|
||
|
<view class="actions">
|
||
|
<button class="button warning" hover-class="hover" bindtap="onStartStop">
|
||
|
{{isDetecting ? '停止' : '开始'}}
|
||
|
</button>
|
||
|
</view>
|
||
|
<view class="summary">
|
||
|
<view class="title">{{sportName}}</view>
|
||
|
<view class="row">
|
||
|
<view>
|
||
|
<label>计数:</label>
|
||
|
<text>{{counts}}</text>
|
||
|
</view>
|
||
|
<view>
|
||
|
<label>计时:</label>
|
||
|
<text>{{times}}</text>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
<view class="full-screen">
|
||
|
<navigator url="{{'/module-sport/pages/sport-full-screen?sportKey='+sportKey}}">全屏模式</navigator>
|
||
|
</view>
|
||
|
</view>
|