文字修改
This commit is contained in:
parent
d1db1f3131
commit
c5cfa55bb3
|
|
@ -6,10 +6,10 @@
|
|||
<div class="left">
|
||||
<span>{{ level_name }}</span>
|
||||
</div>
|
||||
<ul class="right">
|
||||
<li>{{ mailDividend }}比例:{{ dividend_ratio }}%</li>
|
||||
<li>下级{{ mailDividend }}比例:{{ next_dividend_ratio }}%</li>
|
||||
</ul>
|
||||
<!--<ul class="right">-->
|
||||
<!-- <li>{{ mailDividend }}比例:{{ dividend_ratio }}%</li>-->
|
||||
<!-- <li>下级{{ mailDividend }}比例:{{ next_dividend_ratio }}%</li>-->
|
||||
<!--</ul>-->
|
||||
</div>
|
||||
<div class="code_box">
|
||||
<router-link :to="fun.getUrl('teamCode')" v-if="is_activation_code=='1'">
|
||||
|
|
|
|||
|
|
@ -226,17 +226,19 @@ export default {
|
|||
// .then(
|
||||
// response => {
|
||||
that.bonus_lable = that.fun.setMailLanguage(
|
||||
"提成",
|
||||
// "提成",
|
||||
"佣金",
|
||||
that.mailLanguage.team_dividend?.dividend
|
||||
);
|
||||
that.leveling_label = that.fun.setMailLanguage(
|
||||
"平级奖",
|
||||
// "平级奖",
|
||||
"示范点奖励",
|
||||
that.mailLanguage.team_dividend?.flat_prize
|
||||
);
|
||||
that.prize_label = that.fun.setMailLanguage(
|
||||
"感恩奖",
|
||||
that.mailLanguage.team_dividend?.award_gratitude
|
||||
);
|
||||
// that.prize_label = that.fun.setMailLanguage(
|
||||
// "感恩奖",
|
||||
// that.mailLanguage.team_dividend?.award_gratitude
|
||||
// );
|
||||
that.extra_label = "额外分红";
|
||||
that.record_index = data.is_flat_prize;
|
||||
that.record_key = data.is_award_gratitude;
|
||||
|
|
|
|||
Loading…
Reference in New Issue