|
@@ -22,8 +22,11 @@
|
|
</div>
|
|
</div>
|
|
<div class="d-flex justify-space-between mb-5">
|
|
<div class="d-flex justify-space-between mb-5">
|
|
<div>
|
|
<div>
|
|
- <v-chip v-if="info.hire && info.hirePrice && info.hirePrice > 0" label color="primary">赏金:{{ commissionCalculation(info.hirePrice, 1) }}元</v-chip>
|
|
|
|
- <v-chip v-if="info.hire && info.hirePoint && info.hirePoint > 0" label color="primary" class="ml-1">积分:{{ commissionCalculation(info.hirePoint, 1) }}点</v-chip>
|
|
|
|
|
|
+ <div>
|
|
|
|
+ <v-chip v-if="info.hire && info.hirePrice && info.hirePrice > 0" label color="primary">赏金:{{ commissionCalculation(info.hirePrice, 1) }}元</v-chip>
|
|
|
|
+ <v-chip v-if="info.hire && info.hirePoint && info.hirePoint > 0" label color="primary" class="ml-1">积分:{{ commissionCalculation(info.hirePoint, 1) }}点</v-chip>
|
|
|
|
+ </div>
|
|
|
|
+ <div v-if="info?.hire" class="font-size-14 mt-3 color-error">推荐好友入职即可获得赏金</div>
|
|
</div>
|
|
</div>
|
|
<div class="banner-tools-btns">
|
|
<div class="banner-tools-btns">
|
|
<v-btn
|
|
<v-btn
|
|
@@ -32,10 +35,11 @@
|
|
color="error"
|
|
color="error"
|
|
prepend-icon="mdi-share-outline"
|
|
prepend-icon="mdi-share-outline"
|
|
style="height: 36px;"
|
|
style="height: 36px;"
|
|
- v-if="info?.hire && info?.hirePrice && info?.hirePrice > 0"
|
|
|
|
|
|
+ v-if="info?.hire"
|
|
@click="handleShare"
|
|
@click="handleShare"
|
|
>我要赏金</v-btn>
|
|
>我要赏金</v-btn>
|
|
<v-btn
|
|
<v-btn
|
|
|
|
+ v-else
|
|
class="radius mr-2 button-item"
|
|
class="radius mr-2 button-item"
|
|
variant="outlined"
|
|
variant="outlined"
|
|
color="error"
|
|
color="error"
|