fix: bug
This commit is contained in:
@@ -16,17 +16,17 @@
|
||||
<view class="flex-1 text-center">
|
||||
<view class="text-14">全部</view>
|
||||
<view class="text-16 font-bold mt-15">
|
||||
{{ userStore.userInfo.yanglao + userStore.userInfo.yiliao }}份
|
||||
{{ userStore.userInfo?.yanglao + userStore.userInfo?.yiliao }}份
|
||||
</view>
|
||||
</view>
|
||||
<view class="flex-1 text-center">
|
||||
<view class="text-14">养老</view>
|
||||
<view class="text-16 font-bold mt-15">{{ userStore.userInfo.yanglao }}份</view>
|
||||
<view class="text-16 font-bold mt-15">{{ userStore.userInfo?.yanglao }}份</view>
|
||||
</view>
|
||||
<view class="flex-1 text-center">
|
||||
<view class="text-14">医疗</view>
|
||||
<view class="text-16 font-bold mt-15">
|
||||
{{ userStore.userInfo.yiliao ? '保障中' : '未保障' }}
|
||||
{{ userStore.userInfo?.yiliao ? '保障中' : '未保障' }}
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user