东营健康银行修改

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

View File

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

View File

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