2023-03-06 17:57:39 +08:00

43 lines
1.4 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}}" />
</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 0 20rpx;"
width="220rpx" height="220rpx"
aria-label="img" wx:for="{{work_cert}}" />
</view>
</view>
</view>
</view>