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