|
|
@@ -21,7 +21,12 @@
|
|
|
>
|
|
|
我卖出的
|
|
|
</div>
|
|
|
- <div class="btn" :class="{ active: active === 'coupon' }" @click="changeActive('coupon')">
|
|
|
+ <div
|
|
|
+ class="btn"
|
|
|
+ v-if="companyInfo.airdrop"
|
|
|
+ :class="{ active: active === 'coupon' }"
|
|
|
+ @click="changeActive('coupon')"
|
|
|
+ >
|
|
|
兑换券
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -192,7 +197,7 @@ export default {
|
|
|
};
|
|
|
},
|
|
|
computed: {
|
|
|
- ...mapState(['companyId']),
|
|
|
+ ...mapState(['companyId', 'companyInfo']),
|
|
|
typeOptions() {
|
|
|
if (this.active === 'explore') {
|
|
|
if (!this.$store.state.reviewPay) {
|