49 lines
1.6 KiB
Plaintext
49 lines
1.6 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}}"
|
|
data-name="license_cert"
|
|
bindtap="previewImage" />
|
|
</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}}"
|
|
data-name="qualification_cert"
|
|
bindtap="previewImage"/>
|
|
</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}}"
|
|
data-name="work_cert"
|
|
bindtap="previewImage"/>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view> |