|
|
@@ -1,11 +1,11 @@
|
|
|
<template>
|
|
|
<header class="header">
|
|
|
- <div class="apply-adv" v-if="isShowApplyAdv">
|
|
|
- <a href="/applyPurchase#opportunities">
|
|
|
- <img src="/images/applyPurchase/apply-top-ad.jpg" alt="">
|
|
|
- </a>
|
|
|
- <i @click="ShowApplyAdv = false"></i>
|
|
|
- </div>
|
|
|
+ <!--<div class="apply-adv" v-if="isShowApplyAdv">-->
|
|
|
+ <!--<a href="/applyPurchase#opportunities">-->
|
|
|
+ <!--<img src="/images/applyPurchase/apply-top-ad.jpg" alt="">-->
|
|
|
+ <!--</a>-->
|
|
|
+ <!--<i @click="ShowApplyAdv = false"></i>-->
|
|
|
+ <!--</div>-->
|
|
|
<nav class="navbar">
|
|
|
<div class="navbar-container container">
|
|
|
<div class="navbar-header">
|
|
|
@@ -76,17 +76,17 @@
|
|
|
// searchEnterpriseArr: [],
|
|
|
// keyword: '',
|
|
|
// isSearching: false
|
|
|
- ShowApplyAdv: true,
|
|
|
+// ShowApplyAdv: true,
|
|
|
showEnterpriseToggle: false
|
|
|
}
|
|
|
},
|
|
|
computed: {
|
|
|
- isShowApplyAdv () {
|
|
|
- if (this.$route.path.indexOf('/applyPurchase') === -1) {
|
|
|
- this.ShowApplyAdv = true
|
|
|
- }
|
|
|
- return this.ShowApplyAdv && this.$route.path.indexOf('/applyPurchase') !== -1
|
|
|
- },
|
|
|
+ // isShowApplyAdv () {
|
|
|
+ // if (this.$route.path.indexOf('/applyPurchase') === -1) {
|
|
|
+ // this.ShowApplyAdv = true
|
|
|
+ // }
|
|
|
+ // return this.ShowApplyAdv && this.$route.path.indexOf('/applyPurchase') !== -1
|
|
|
+ // },
|
|
|
user () {
|
|
|
// console.log(this.$store.state.option.user)
|
|
|
return this.$store.state.option.user
|