东营健康银行修改
This commit is contained in:
parent
053a431fdb
commit
5ac06a300e
@ -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'>
|
||||||
|
|||||||
@ -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({
|
||||||
|
|||||||
@ -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 |
Loading…
Reference in New Issue
Block a user