东营健康银行修改

This commit is contained in:
shidongli 2024-02-02 17:17:47 +08:00
parent 053a431fdb
commit 5ac06a300e
5 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,7 @@
<view class="home" @tap="count" v-if='region==2'> <view class="home" @tap="count" v-if='region==2'>
<image src="@/static/dyexchange.png" mode=""></image> <image src="@/static/dyexchange.png" mode=""></image>
<view class="name"> <view class="name">
东营健康银行 东营健康银行
</view> </view>
</view> </view>
<view class="home" @tap="count" v-if='region!=2'> <view class="home" @tap="count" v-if='region!=2'>
@ -485,4 +485,4 @@
<style lang="scss"> <style lang="scss">
@import "./homepage.scss"; @import "./homepage.scss";
</style> </style>

View File

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

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB