You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
1.5 KiB
62 lines
1.5 KiB
<template>
|
|
<view class="content">
|
|
<view class="ru-head">
|
|
<view class="ru-imgcon">
|
|
<image src="../../../static/home/[email protected]" mode=""></image>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="ru-body">
|
|
<p class="ru-body-p1">platform agent rebate model</p>
|
|
<table class="ru-table">
|
|
<thead>
|
|
<tr>
|
|
<th class="t1">level</th>
|
|
<th class="t2">Commission rate</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<th class="t1">level 1</th>
|
|
<th class="t2">30%</th>
|
|
</tr>
|
|
<tr>
|
|
<th class="t1">level 1</th>
|
|
<th class="t2">30%</th>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
<view class="ru-cont">
|
|
Members can become platform agents by recommending newcomers, and agents can get extra commissions The first-level user commission is 30% of the first-level user’s daily betting fee The second-level user commission is 20% of the second-level user’s daily betting fee Introduction to the second-level agent rebate: the second-level agent can get the commission reward of the second-level user, and the part other than the second- level user cannot get the commission. For example: You recommend 10 first-leve members as examples. Your first level members have 10 people in the first level and 100 people in the second level. The average bet per person per day is 1000H The commission rewards you will receive:
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
data() {
|
|
return {
|
|
|
|
}
|
|
},
|
|
onLoad() {
|
|
|
|
},
|
|
methods: {
|
|
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
@import url("./index.css");
|
|
</style>
|
|
|