修改
This commit is contained in:
parent
0b673397c4
commit
b35dcaba5c
@ -29,7 +29,13 @@
|
||||
服务预约
|
||||
</view>
|
||||
</view>
|
||||
<view class="home" @tap="count">
|
||||
<view class="home" @tap="count" v-if='region==2'>
|
||||
<image src="@/static/exchange.png" mode=""></image>
|
||||
<view class="name">
|
||||
东营健康银行
|
||||
</view>
|
||||
</view>
|
||||
<view class="home" @tap="count" v-if='region!=2'>
|
||||
<image src="@/static/exchange.png" mode=""></image>
|
||||
<view class="name">
|
||||
积分兑换
|
||||
|
||||
Loading…
Reference in New Issue
Block a user