73 lines
2.4 KiB
Plaintext
73 lines
2.4 KiB
Plaintext
<view class="page-content">
|
|
<mp-bar background="linear-gradient(190deg, #49a5fc 0%, #f7f7f7 800rpx, #f7f7f7 100%)" title="训练"></mp-bar>
|
|
|
|
<view class="play">
|
|
<view class="play-text">
|
|
<view class="text-style">
|
|
一键开启
|
|
<view class="text-line"></view>
|
|
</view>
|
|
<view>定制专属你的减脂蜕变</view>
|
|
</view>
|
|
<image src="https://yuedong-wechatapplet.oss-cn-shanghai.aliyuncs.com/static/user-play.png" class="logo-play" />
|
|
</view>
|
|
|
|
<view class="tab">
|
|
<view class="tab-l" bind:tap="goBack">
|
|
<view class="tab-l-content">{{theme=='small'?'小学体测':theme=='mid'?'中学考试':'健身减肥'}}</view>
|
|
</view>
|
|
<view class="tab-r" bind:tap="goSetting">
|
|
<view class="tab-r-content">
|
|
<view class="title-before"></view>
|
|
运动偏好
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="card">
|
|
<picker bindchange="bindPickerChange" id="countdown" value="{{index}}" range="{{start}}">
|
|
<view class="cell">
|
|
开始倒计时设置
|
|
<view class="cell-right">
|
|
{{countdown}}s
|
|
<mp-icon icon="arrow" size="{{10}}" class="iconn" color="#8c8c8c"></mp-icon>
|
|
</view>
|
|
</view>
|
|
</picker>
|
|
|
|
<!-- <picker bindchange="bindPickerChange" id="interval" value="{{index}}" range="{{start}}">
|
|
<view class="cell">
|
|
间隔提醒时间设置
|
|
<view class="cell-right">
|
|
{{interval}}s
|
|
<mp-icon icon="arrow" size="{{10}}" class="iconn" color="#8c8c8c"></mp-icon>
|
|
</view>
|
|
</view>
|
|
</picker> -->
|
|
|
|
<view class="cell" bind:tap="goSetMusic">
|
|
背景音乐
|
|
<mp-icon icon="arrow" size="{{10}}" color="#8c8c8c"></mp-icon>
|
|
</view>
|
|
|
|
<!-- <picker bindchange="bindPickerChange" id="bpm" value="{{index}}" range="{{bpmArray}}">
|
|
<view class="cell">
|
|
节拍器
|
|
<view class="cell-right">
|
|
{{bpm}}
|
|
<mp-icon icon="arrow" size="{{10}}" class="iconn" color="#8c8c8c"></mp-icon>
|
|
</view>
|
|
</view>
|
|
</picker> -->
|
|
<!-- <popup show="{{isPopupVisible}}" bindcancel="handleCancel" bindconfirm="handleConfirm">
|
|
<view class="popup-options">
|
|
<view class="option">1秒</view>
|
|
<view class="option">3秒</view>
|
|
<view class="option">5秒</view>
|
|
<view class="option">10秒</view>
|
|
<view class="option">12秒</view>
|
|
</view>
|
|
</popup> -->
|
|
</view>
|
|
|
|
</view> |