修改东营健康银行为东营健康信用中心
This commit is contained in:
parent
b5373186ca
commit
9cc002ef6a
@ -77,7 +77,8 @@
|
||||
width: 32%;
|
||||
.name{
|
||||
text-align: center;
|
||||
margin: 14rpx 0 0 0;
|
||||
margin: 18rpx 0 0 0;
|
||||
font-size: 26rpx;
|
||||
}
|
||||
|
||||
image {
|
||||
|
||||
@ -45,7 +45,7 @@
|
||||
<view class="home" @tap="count" v-if='region==2'>
|
||||
<image src="@/static/dyexchange.png" mode=""></image>
|
||||
<view class="name">
|
||||
东营健康银行
|
||||
东营健康信用中心
|
||||
</view>
|
||||
</view>
|
||||
<view class="home" @tap="count" v-if='region!=2'>
|
||||
|
||||
@ -5,10 +5,10 @@
|
||||
|
||||
.title{
|
||||
color:#007e5c;
|
||||
font-size: 36rpx;
|
||||
font-size: 30rpx;
|
||||
font-weight: 1000;
|
||||
position: absolute;
|
||||
top:24rpx;
|
||||
top:26rpx;
|
||||
left:90rpx;
|
||||
font-family: "KaiTi", "SimKai", "KaiTi_GB2312", "KaiTi_GB2312", sans-serif;
|
||||
}
|
||||
|
||||
@ -119,9 +119,9 @@
|
||||
detail(this.query.identity).then(res => {
|
||||
let name = res.data.countyName.split('区')[0].split('县')
|
||||
this.orgNo = res.data.orgNo
|
||||
this.title = '东营健康银行' + name + '分行'
|
||||
this.title = '东营健康信用中心' + name + '分行'
|
||||
uni.setNavigationBarTitle({
|
||||
title: '东营健康银行' + name + '分行'
|
||||
title: '东营健康信用中心' + name + '分行'
|
||||
});
|
||||
})
|
||||
} else {
|
||||
|
||||
@ -48,7 +48,7 @@
|
||||
onReady() { //更改导航栏文字
|
||||
if (uni.getStorageSync('region') == 2) {
|
||||
uni.setNavigationBarTitle({
|
||||
title: '东营健康银行'
|
||||
title: '东营健康信用中心'
|
||||
});
|
||||
} else {
|
||||
uni.setNavigationBarTitle({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user