Commit e65118e5 by 颜景龙

钱包协议

parent 4402286d
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
<p>课程开始10分钟后为了您的人身安全,且保证其他正在上课会员的课程体验,任何原因都不允许进入团操课教室参加课程。</p> <p>课程开始10分钟后为了您的人身安全,且保证其他正在上课会员的课程体验,任何原因都不允许进入团操课教室参加课程。</p>
<h3>课程取消</h3> <h3>课程取消</h3>
<p>课程开始前2小时预约会员不足5人,后台系统可能会自动取消课程,感谢您的配合与理解。</p> <p>课程开始前2小时预约会员不足5人,后台系统可能会自动取消课程,感谢您的配合与理解。</p>
<p>若课程开始后,实际到场会员不足3人,在征得各位会员同的情况下,教练可现场取消课程。</p> <p>若课程开始后,实际到场会员不足3人,在征得各位会员同的情况下,教练可现场取消课程。</p>
<h3>其他</h3> <h3>其他</h3>
<p>未预约课程的会员请勿在上课期间进入团操课教室。</p> <p>未预约课程的会员请勿在上课期间进入团操课教室。</p>
<p>课程结束后请整理好自己使用的器械、道具,带好随身物品离场。</p> <p>课程结束后请整理好自己使用的器械、道具,带好随身物品离场。</p>
......
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=">
<meta http-equiv="x-dns-prefetch-control" content="on">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=.0, maximum-scale=.0, user-scalable=no">
<meta name="format-detection" content="telephone = no"/>
<title>服务协议</title>
<link rel="stylesheet" type="text/css" href="../css/loading.css">
<style>
html,
body {
margin: 0;
padding: 0;
background: #FFF;
font-family: -apple-system-font, "Helvetica Neue", sans-serif;
}
* {
margin: 0;
}
h1 {
background: #f7f7f7;
padding: .3rem 1.25rem;
font-size: .7rem;
line-height: 1rem;
color: #9e9e9e;
font-weight: normal;
}
.content {
padding: 2.8rem 1.25rem 1rem 1.25rem;
list-style: none;
}
.content li {
line-height: 2rem;
font-size: 0.8rem;
border-bottom: 1px solid #ccc;
color: #333;
}
a,
a:hover,
a:focus,
a:active {
text-decoration: none;
color: #333;
}
.content img {
height: 1.4rem;
padding: 0.3rem 0;
float: right;
transform: rotate(180deg);
-ms-transform:rotate(180deg); /* IE 9 */
-moz-transform:rotate(180deg); /* Firefox */
-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
-o-transform:rotate(180deg); /* Opera */
}
.header {
height: 2.7rem;
background: linear-gradient(to top, #FD7550, #EE504F);
-moz-box-shadow: 0px 1px 3px #ccc;
box-shadow: 0px 1px 3px #ccc;
position: fixed;
color: #FFF;
left: 0;
top: 0;
right: 0;
}
.header i {
float: left;
font-size: 1rem;
margin-left: .6rem;
left: 0;
position: absolute;
}
.header p {
padding-top: 1.3rem;
font-size: .9rem;
line-height: 1.2rem;
text-align: center;
position: relative;
}
.mt56 {
margin-top: 2.9rem;
}
.header img {
height: 1.3rem;
}
</style>
</head>
<body>
<div class="loading">
<div class="wrap">
<div class="spinner-wrap">
<div class="spinner">
<i></i><i></i><i></i><i></i><i></i><i></i><i></i><i></i><i></i><i></i><i></i><i></i>
</div>
</div>
</div>
</div>
<div class="header">
<p>
<i class="header-return">
<a href="ydl://goback">
<img src="./left-icon-white.png" alt="">
</a>
</i>
维度协议
</p>
</div>
<!-- <h1 class="mt56">协议列表</h1> -->
<ul class="content">
<li>
<a href="./wallet.html">
<span>钱包协议</span>
<img src="./left-icon.png" alt="">
</a>
</li>
</ul>
<script src="https://cdn.bootcss.com/zepto/1.0rc1/zepto.min.js"></script>
<script>
$(document).ready(function() {
setTimeout(function() {
$('.loading').remove();
}, 200);
$(window).ready(function(){
$('html').css({'font-size':$(window).width()/375*20});
});
$(window).resize(function(){
$('html').css({'font-size':$(window).width()/375*20});
});
});
</script>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=">
<meta http-equiv="x-dns-prefetch-control" content="on">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=.0, maximum-scale=.0, user-scalable=no">
<meta name="format-detection" content="telephone = no"/>
<title>钱包协议</title>
<link rel="stylesheet" type="text/css" href="../css/loading.css">
<style>
html,
body {
margin: 0;
padding: 0;
background: #FFF;
font-family: -apple-system-font, "Helvetica Neue", sans-serif;
color: #333;
}
* {
margin: 0;
}
h1 {
background: #f7f7f7;
padding: .3rem 1.25rem;
font-size: .7rem;
line-height: 1rem;
color: #9e9e9e;
font-weight: normal;
}
.header {
height: 2.7rem;
border-bottom: 1px solid #DDD;
background: linear-gradient(to top, #FD7550, #EE504F);
-moz-box-shadow: 0px 1px 3px #ccc;
box-shadow: 0px 1px 3px #ccc;
position: fixed;
left: 0;
top: 0;
right: 0;
z-index: 11;
}
.header i {
float: left;
font-size: 1rem;
margin-left: .6rem;
left: 0;
position: absolute;
}
a,
a:hover,
a:focus,
a:active {
text-decoration: none;
color: #333;
}
.header p {
padding-top: 1.3rem;
font-size: .9rem;
line-height: 1.2rem;
text-align: center;
position: relative;
color: #FFF;
}
.content {
padding: 3rem 1.25rem 1rem 1.25rem;
list-style: none;
}
.descrption {
font-size: .8rem;
line-height: 1.5rem;
}
.item-h {
font-size: .8rem;
line-height: 2rem;
color: #222;
position: relative;
margin-left: 0.2rem;
}
.item-h::before {
content: ' ';
width: 0.1rem;
height: 0.8rem;
display: block;
position: absolute;
background: #EE504F;
top: 0.6rem;
left: -0.2rem;
}
.item-p {
font-size: .6rem;
line-height: 1rem;
padding: 0.5rem 0;
word-break: break-all;
color: #666666;
}
.header img {
height: 1.3rem;
}
table {
width: 100%;
max-width: 100%;
background-color: transparent;
border-spacing: 0;
border-collapse: collapse;
border: 1px solid #ddd;
margin-bottom: 0.5rem;
}
table>tbody>tr>td,
table>tbody>tr>th,
table>thead>tr>td,
table>thead>tr>th {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border: 1px solid #ddd;
text-align: center;
font-size: 0.7rem;
color: #666;
}
</style>
</head>
<body>
<div class="loading">
<div class="wrap">
<div class="spinner-wrap">
<div class="spinner">
<i></i><i></i><i></i><i></i><i></i><i></i><i></i><i></i><i></i><i></i><i></i><i></i>
</div>
</div>
</div>
</div>
<div class="header">
<p>
<i class="header-return">
<a href="./indexTrainer.html">
<img src="./left-icon-white.png" alt="">
</a>
</i>
钱包协议
</p>
</div>
<div class="content">
<h3 class="item-h">团课教练</h3>
<p class="item-p">1.薪资规章:</p>
<p class="item-p">团课视教练级别,课程难度制定课时费,课时费区间:80-160元/节。</p>
<p class="item-p">2.课时费将于课程成功授课结束后T+1天内转入教练钱包,教练可在教练端查看入账明细。</p>
<p class="item-p">3.提现功能和规则。</p>
<p class="item-p">(1)每月8-10日可在教练端点击“提现”按钮,并输入提现金额,其提现金额将于T+2天内转入教练提交的支付宝账户或银行账户。教练端应给予教练相关推送通知。</p>
<p class="item-p">(2)教练端应具备记录团课教练成功授课、线上合规被取消的课程、线下协商被取消的课程、教练旷课等相关信息。教练端应给予教练相关推送通知。</p>
<p class="item-p">(3)线上合规被取消的课程、线下协商被取消课程均视为课程取消,不予发放课时费。教练端应给予教练相关推送通知。</p>
<p class="item-p">(4)教练因故旷课,但提前告知平台并寻找到代课教练,则课时费罚没10%。教练端应给予教练相关推送通知。</p>
<p class="item-p">(5)教练无故旷课,当天将给予该课程课时费单价双倍罚款,自动从教练钱包里罚没。若钱包余额不足,则全部罚没;如果后期有新增余额,要从新增部分罚没之前不足的金额;如果后期120天内无新增余额,则将该教练的教练端账号永久封停。教练端应给予教练相关推送通知。</p>
<p class="item-p">(6)当月无故旷课三节,平台将立即将该教练的教练端账号永久封停,并罚没课程课时费单价10倍金额。若钱包余额不足则全部罚没;若罚没后钱包扔有余额,则余额将于T+2天内转入教练提交的支付宝账户或银行账户。教练端应给予教练相关推送通知。</p>
<p class="item-p">(7)教练端应具备验证教练支付宝账户和银行账户的功能,以及发送“提现申请通知”至后台管理系统。</p>
<h3 class="item-h">私人教练</h3>
<p class="item-p">1.薪资规章:</p>
<p class="item-p">私人教练课时费按课程单价予以平台销售奖励+带课费形式发放,平台销售奖励按订单金额发放,带课费按节结算,细则如下:</p>
<table>
<thead>
<tr>
<th>课程单价(元)</th>
<th>平台销售奖励(元)</th>
<th>带课费(元)</th>
</tr>
</thead>
<tbody>
<tr>
<td>180</td>
<td>60</td>
<td>40</td>
</tr>
<tr>
<td>220</td>
<td>70</td>
<td>50</td>
</tr>
<tr>
<td>260</td>
<td>80</td>
<td>60</td>
</tr>
<tr>
<td>300</td>
<td>90</td>
<td>70</td>
</tr>
</tbody>
</table>
<p class="item-p">2.平台销售奖励总金额将于用户成功下单后T+1天内一次性转入教练钱包。教练可在教练端查看入账明细,教练端应给予教练相关推送通知。</p>
<p class="item-p">3.课时费将于用户成功参课(预约成功且未被正常取消即视为成功参课,用户预约成功后旷课依然视为成功参课)后T+1天内转入教练钱包。教练可在教练端查看入账明细,教练端应给予教练相关推送通知。</p>
<p class="item-p">4.提现功能和规则:</p>
<p class="item-p">(1) 每月8-10日可在教练端点击“提现”按钮,并输入提现金额,其提现金额将于T+2天内转入教练提交的支付宝账户或银行账户。教练端应给予教练相关推送通知。</p>
<p class="item-p">(2)教练端应具备记录私人教练成功授课、线上合规被取消的课程、教练旷课、教练更换等相关信息。教练端应给予教练相关推送通知。</p>
<p class="item-p">(3)线上合规被取消的课程,不予发放带课费。教练端应给予教练相关推送通知。</p>
<p class="item-p">(4)教练端应记录私人教练申请提现时是否还有未完全授课完毕的订单,若有,则提现金额必须部分保留:未完成订单课程对应平台销售奖励×剩余课程数量×20%的金额,不准予提现。教练端应给予教练相关推送通知,且提现界面应给予教练相关提示。</p>
<p class="item-p">(5)教练因故旷课,并通知平台和征得用户同意,且寻找到代课教练,则当天该节课带课费会自动结算给实际授课教练。并给予已旷课程对应带课费×10%的金额的罚款,自动从教练钱包里罚没。教练端应给予教练相关推送通知。</p>
<p class="item-p">(6)教练无故旷课,当天将给予该课程课时费单价1.5倍罚款,自动从教练钱包里罚没。若钱包余额不足,则全部罚没;如果后期钱包有新增金额,要自动从新增部分罚没补齐之前不足的金额;如果后期120天内钱包无新增金额,则将该教练的教练端账号永久封停。教练端应给予教练相关推送通知。</p>
<p class="item-p">(7)当月无故旷课三节,平台将立即将该教练的教练端账号永久封停,并罚没1800元。若钱包余额不足则全部罚没;若罚没后钱包仍有余额,则余额将于T+2天内转入教练提交的支付宝账户或银行账户。教练端应给予教练相关推送通知。</p>
<p class="item-p">(8)若教练因用户严重投诉并提出更换教练,则将自动从原教练钱包中扣除该用户未完成订单课程对应平台销售奖励×剩余课程数量的金额,将金额于T+2天内转入替代后新教练钱包。并予以原教练已带课程对应带课费×已带课程数量×50%的罚款,自动从教练钱包中罚没;若钱包余额不足,则全部罚没;如果后期钱包有新增金额,要从新增部分罚没补齐之前不足的金额;如果后期120天内钱包无新增金额,则将该教练的教练端账号永久封停。教练端应给予教练相关推送通知。</p>
<p class="item-p">(9)若私人教练擅自绕过平台存在黑私教行为,一经发现并确认,平台将立即予以辞退,且将该教练的教练端账号永久封停,并罚没3600元。若钱包余额不足则全部罚没;若罚没后钱包扔有余额,则余额将于T+2天内转入教练提交的支付宝账户或银行账户。教练端应给予教练相关推送通知。</p>
<p class="item-p">(10)私人教练离职或被正常辞退(能力不达标,多次被用户投诉等)时,若存在未授课完毕的订单,则提现金额必须扣除:未完成订单课程对应课时费×剩余课程数量的金额,剩余金额将于T+2天内转入教练提交的支付宝账户或银行账户。若钱包余额不足,则从离职工资结算中予以补齐扣除。</p>
<p class="item-p">(11)教练端应具备验证教练支付宝账户和银行账户的功能,以及发送“提现申请通知”至后台管理系统。</p>
</div>
<script src="https://cdn.bootcss.com/zepto/1.0rc1/zepto.min.js"></script>
<script>
$(document).ready(function() {
setTimeout(function() {
$('.loading').remove();
}, 200);
$(window).ready(function(){
$('html').css({'font-size':$(window).width()/375*20});
});
$(window).resize(function(){
$('html').css({'font-size':$(window).width()/375*20});
});
});
</script>
</body>
</html>
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
<p>2.课程开始10分钟后为了您的人身安全,且保证其他正在上课会员的课程体验,任何原因都不允许进入团操课教室参加课程。</p> <p>2.课程开始10分钟后为了您的人身安全,且保证其他正在上课会员的课程体验,任何原因都不允许进入团操课教室参加课程。</p>
<h3>课程取消</h3> <h3>课程取消</h3>
<p>1.课程开始前2小时预约会员不足5人,后台系统可能会自动取消课程,感谢您的配合与理解。</p> <p>1.课程开始前2小时预约会员不足5人,后台系统可能会自动取消课程,感谢您的配合与理解。</p>
<p>2.若课程开始后,实际到场会员不足3人,在征得各位会员同的情况下,教练可现场取消课程。</p> <p>2.若课程开始后,实际到场会员不足3人,在征得各位会员同的情况下,教练可现场取消课程。</p>
<h3>其他</h3> <h3>其他</h3>
<p>1.未预约课程的会员请勿在上课期间进入团操课教室。</p> <p>1.未预约课程的会员请勿在上课期间进入团操课教室。</p>
<p>2.课程结束后请整理好自己使用的器械、道具,带好随身物品离场。</p> <p>2.课程结束后请整理好自己使用的器械、道具,带好随身物品离场。</p>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此消息的编辑!
注册登录 后发表评论