隐藏健康档案
This commit is contained in:
parent
59b9a0e207
commit
c7b1f52062
@ -56,7 +56,10 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="item" @tap='gocoupon'>
|
<view class="item" @tap='gocoupon'>
|
||||||
<view class="number">
|
<view class="number" v-if="appPersonallist.patientCouponCount==0">
|
||||||
|
0
|
||||||
|
</view>
|
||||||
|
<view class="number" v-else>
|
||||||
{{appPersonallist.patientCouponCount}}
|
{{appPersonallist.patientCouponCount}}
|
||||||
</view>
|
</view>
|
||||||
<view class="text">
|
<view class="text">
|
||||||
@ -135,12 +138,12 @@
|
|||||||
常用功能
|
常用功能
|
||||||
</view>
|
</view>
|
||||||
<view class="orderStatus">
|
<view class="orderStatus">
|
||||||
<view class="item" @tap='goHealthrecords'>
|
<!-- <view class="item" @tap='goHealthrecords'>
|
||||||
<image src="../../static/pages/jiankangdangan.png" mode=""></image>
|
<image src="../../static/pages/jiankangdangan.png" mode=""></image>
|
||||||
<view class="text">
|
<view class="text">
|
||||||
健康档案
|
健康档案
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view> -->
|
||||||
<view class="item" @tap="gomyappiont">
|
<view class="item" @tap="gomyappiont">
|
||||||
<image src="../../static/pages/wodeyuyue.png" mode=""></image>
|
<image src="../../static/pages/wodeyuyue.png" mode=""></image>
|
||||||
<view class="text">
|
<view class="text">
|
||||||
@ -542,4 +545,4 @@
|
|||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@import './myinformation.scss'
|
@import './myinformation.scss'
|
||||||
</style>
|
</style>
|
||||||
Loading…
Reference in New Issue
Block a user