东营健康银行修改
This commit is contained in:
parent
053a431fdb
commit
5ac06a300e
@ -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>
|
||||
|
||||
@ -73,7 +73,7 @@
|
||||
onReady() { //更改导航栏文字
|
||||
if (uni.getStorageSync('region') == 2) {
|
||||
uni.setNavigationBarTitle({
|
||||
title: '东营市健康银行'
|
||||
title: '东营健康银行'
|
||||
});
|
||||
} else {
|
||||
uni.setNavigationBarTitle({
|
||||
|
||||
@ -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 |
Loading…
Reference in New Issue
Block a user