|
@@ -19,9 +19,9 @@
|
|
<v-chip size="small" label v-for="(k, i) in info.tagList" :key="i" class="mr-1" color="primary">{{ k }}</v-chip>
|
|
<v-chip size="small" label v-for="(k, i) in info.tagList" :key="i" class="mr-1" color="primary">{{ k }}</v-chip>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex justify-space-between mb-5">
|
|
<div class="d-flex justify-space-between mb-5">
|
|
- <div v-if="info.hire">
|
|
|
|
- <v-chip v-if="info.hirePrice" label color="primary">赏金:{{ info.hirePrice }}元</v-chip>
|
|
|
|
- <v-chip v-if="info.hirePoint" label color="primary">积分:{{ info.hirePoint }}点</v-chip>
|
|
|
|
|
|
+ <div>
|
|
|
|
+ <v-chip v-if="info.hire && info.hirePrice" label color="primary">赏金:{{ info.hirePrice }}元</v-chip>
|
|
|
|
+ <v-chip v-if="info.hire && info.hirePoint" label color="primary">积分:{{ info.hirePoint }}点</v-chip>
|
|
</div>
|
|
</div>
|
|
<div class="banner-tools-btns">
|
|
<div class="banner-tools-btns">
|
|
<v-btn
|
|
<v-btn
|