cyl/dev
jscyl13849007907 1 year ago
parent 45947ffc8e
commit c65828b425

@ -1,5 +1,6 @@
<template> <template>
<div class="mybill-container f40 w" style="background-color: #f0f0f0;width: 100vw;min-width: 100vw;"> <div class="mybill-container f40 w" style="background-color: #f0f0f0;width: 100vw;min-width: 100vw;">
<div style="height: 56px;"></div>
<div class=" " style="width: 800px;min-width: 800px;margin: 20px auto 20px;background-color: #fff;border-radius: 6px;padding: 20px;"> <div class=" " style="width: 800px;min-width: 800px;margin: 20px auto 20px;background-color: #fff;border-radius: 6px;padding: 20px;">
<div class="contenttitle"> <div class="contenttitle">
<ul @click="resetpag"> <ul @click="resetpag">

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

Loading…
Cancel
Save