cyl/dev
jscyl13849007907 1 year ago
parent d330295907
commit 2390632b22

@ -210,7 +210,7 @@
<img v-if="item.logo" class="mr8" :src="item.logo" style="width: 16px; height: 16px" alt="" /> <img v-if="item.logo" class="mr8" :src="item.logo" style="width: 16px; height: 16px" alt="" />
<div v-else class="logo mr8">{{ item.fullName && item.fullName.charAt(0) }}</div> <div v-else class="logo mr8">{{ item.fullName && item.fullName.charAt(0) }}</div>
</div> </div>
<div class="tl" style="width: 98px">{{ item.fullName || item.agencyName }}</div> <div class="tl esl" style="width: 98px">{{ item.fullName || item.agencyName }}</div>
</div> </div>
<div class="ml12 f12 cf4" v-if="item.checked"></div> <div class="ml12 f12 cf4" v-if="item.checked"></div>
</div> </div>
@ -310,7 +310,7 @@
<!-- footer部分 --> <!-- footer部分 -->
<footer v-if="isfootershow" :class="loginPage ? 'footer_abs' : ''" <footer v-if="isfootershow" :class="loginPage ? 'footer_abs' : ''"
:style="{ :style="{
'background-color': pagrTitle == 'detail' || pagrTitle == 'mybill' ? '#f0f0f0' : '#ffffff', 'background-color': pagrTitle == 'detail' || pagrTitle == 'mybill' || pagrTitle == 'boundtel' ? '#f0f0f0' : '#ffffff',
'padding-top': '20px', 'padding-top': '20px',
'margin-top': 0 'margin-top': 0
}" }"
@ -541,6 +541,8 @@ export default {
that.pagrTitle = 'detail' that.pagrTitle = 'detail'
}else if(that.$route.name == 'mybill'){ }else if(that.$route.name == 'mybill'){
that.pagrTitle = 'mybill' that.pagrTitle = 'mybill'
}else if(that.$route.name == 'boundtel'){
that.pagrTitle = 'boundtel'
}else{ }else{
that.pagrTitle = '' that.pagrTitle = ''
} }

Loading…
Cancel
Save