修改东营健康银行为东营健康信用中心

This commit is contained in:
2024-03-28 10:19:51 +08:00
parent b5373186ca
commit 9cc002ef6a
5 changed files with 8 additions and 7 deletions

View File

@ -77,7 +77,8 @@
width: 32%;
.name{
text-align: center;
margin: 14rpx 0 0 0;
margin: 18rpx 0 0 0;
font-size: 26rpx;
}
image {

View File

@ -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'>

View File

@ -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;
}

View File

@ -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 {

View File

@ -48,7 +48,7 @@
onReady() { //
if (uni.getStorageSync('region') == 2) {
uni.setNavigationBarTitle({
title: '东营健康银行'
title: '东营健康信用中心'
});
} else {
uni.setNavigationBarTitle({