|
|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
<div class="index-container" @click="isspecialboxshow = false">
|
|
|
|
|
<!-- title部分 -->
|
|
|
|
|
<div class="pagetitle" v-if="isLogin && routertitleindex != 0"
|
|
|
|
|
:class="pagrTitle == 'list' || pagrTitle == 'detail' ? 'page-title-list-active' : ''"
|
|
|
|
|
:class="pagrTitle == 'list' || pagrTitle == 'detail' || pagrTitle == 'mybill' ? 'page-title-list-active' : ''"
|
|
|
|
|
>
|
|
|
|
|
<div class="w fsa">
|
|
|
|
|
<div class="fss">
|
|
|
|
|
@ -535,7 +535,7 @@ export default {
|
|
|
|
|
// pagrTitle
|
|
|
|
|
console.log('-----------------------',this.$route,)
|
|
|
|
|
let that = this;
|
|
|
|
|
if(that.$route.name == 'JobList'){
|
|
|
|
|
if(that.$route.name == 'JobList'){
|
|
|
|
|
that.pagrTitle = 'list'
|
|
|
|
|
}else if(that.$route.name == 'Detail'){
|
|
|
|
|
that.pagrTitle = 'detail'
|
|
|
|
|
|