|
@@ -33,7 +33,7 @@
|
|
|
<div class="item" v-for="item, i in state.boxs"
|
|
|
:style="{ 'margin-left': item.icon_margin_left, 'width': item.icon_width }">
|
|
|
<img :src="require('@/assets/svg/icon-user1.svg')" alt="" />
|
|
|
- <span>{{ item.successInviteCount }}/{{ item.finishNeedInviteCount }}</span>
|
|
|
+ <span>{{ item.inviteProgress }}</span>
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
@@ -118,8 +118,8 @@ state.boxs = [{
|
|
|
flash_width: '90px',
|
|
|
icon_margin_left: '31px',
|
|
|
flash_margin_top: `-${90 / 2}px`,
|
|
|
- line_width: '55px',
|
|
|
- line_left: `-${55 - 15}px`,
|
|
|
+ line_width: '60px',
|
|
|
+ line_left: `-${60 - 15}px`,
|
|
|
money_color: '#FCB936', money_top: '-15px'
|
|
|
|
|
|
}, {
|
|
@@ -131,8 +131,8 @@ state.boxs = [{
|
|
|
flash_width: '108px',
|
|
|
icon_margin_left: '23px',
|
|
|
flash_margin_top: `-${108 / 2}px`,
|
|
|
- line_width: '58px',
|
|
|
- line_left: `-${58 - 20}px`,
|
|
|
+ line_width: '60px',
|
|
|
+ line_left: `-${60 - 20}px`,
|
|
|
money_color: '#FCB936', money_top: '-10px'
|
|
|
}]
|
|
|
|