haomingming 7b9b80be8d 优化
2023-05-06 10:18:46 +08:00

54 lines
1.7 KiB
Plaintext

<!-- 执业认证结果页面 -->
<te-nav-bar navbar-data='{{navbarData}}' ></te-nav-bar>
<view class="container" style="height: calc(100vh - 96rpx - {{height}}px);">
<view class="imgbox_list">
<view class="imgbox_item">
<view class="imgbox_title">医师执业证</view>
<view class="imgbox">
<t-image id="loading-img"
shape="round"
src="{{item}}"
mode="heightFix"
style="margin: 0 50rpx 0 20rpx;"
width="220rpx" height="220rpx"
aria-label="img" wx:for="{{license_cert}}"
bindtap="show_license_cert" />
</view>
</view>
<view class="imgbox_item">
<view class="imgbox_title">医师资格证</view>
<view class="imgbox">
<t-image
id="loading-img"
shape="round"
src="{{item}}"
mode="heightFix"
style="margin: 0 50rpx 0 20rpx;"
width="220rpx" height="220rpx"
aria-label="img" wx:for="{{qualification_cert}}" />
</view>
</view>
<view class="imgbox_item">
<view class="imgbox_title">职称证</view>
<view class="imgbox">
<t-image
id="loading-img"
shape="round" src="{{item}}"
mode="heightFix"
style="margin: 0 50rpx 20rpx 20rpx;"
width="220rpx" height="220rpx"
aria-label="img" wx:for="{{work_cert}}" />
</view>
</view>
</view>
<!-- <t-image-viewer
deleteBtn="{{false}}"
close-btn="{{true}}"
show-index="{{true}}"
visible="{{license_cert_visible}}"
images="{{license_cert}}"
bind:close="close_license_cert"
></t-image-viewer> -->
</view>