Update homepage.vue
This commit is contained in:
parent
e2d6a964bf
commit
2beadec667
@ -11,7 +11,9 @@
|
|||||||
</view> -->
|
</view> -->
|
||||||
<view class="flex">
|
<view class="flex">
|
||||||
<view class="flex-shrink-0 text-base text-gray">执业机构:</view>
|
<view class="flex-shrink-0 text-base text-gray">执业机构:</view>
|
||||||
<view v-if="member.hospitalName" class="flex-shrink-0 text-base text-dark">{{ member.hospitalName }}</view>
|
<view v-if="member.source === 'wxapp'" class="flex-shrink-0 text-base text-dark">
|
||||||
|
{{ member.hospitalName || '' }}
|
||||||
|
</view>
|
||||||
<view v-else class="flex-shrink-0 text-base text-dark">{{ corpNames }}</view>
|
<view v-else class="flex-shrink-0 text-base text-dark">{{ corpNames }}</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user