You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.3 KiB
42 lines
1.3 KiB
8 months ago
|
<view class="notice">10位医生待您审核</view>
|
||
|
|
||
|
<view class="page">
|
||
|
<view class="list">
|
||
|
<view class="list-item" bind:tap="handleDetail">
|
||
|
<view class="user">
|
||
|
<image
|
||
|
class="avatar"
|
||
|
src="https://pic1.zhimg.com/50/v2-dcfbab1219ae4f7a7a6db168bb1580a2_720w.jpg?source=2c26e567"
|
||
|
></image>
|
||
|
<view class="wrap">
|
||
|
<view class="w-header">
|
||
|
<view class="name">刘青</view>
|
||
|
<view class="label">主任医院</view>
|
||
|
</view>
|
||
|
<view class="w-footer">
|
||
|
北医三院
|
||
|
<view class="tag">三甲</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
<view class="photo-wrap">
|
||
|
<image
|
||
|
class="photo"
|
||
|
src="https://pic1.zhimg.com/50/v2-dcfbab1219ae4f7a7a6db168bb1580a2_720w.jpg?source=2c26e567"
|
||
|
mode="aspectFill"
|
||
|
catch:tap="handlePreview"
|
||
|
data-url="https://pic1.zhimg.com/50/v2-dcfbab1219ae4f7a7a6db168bb1580a2_720w.jpg?source=2c26e567"
|
||
|
wx:for="{{3}}"
|
||
|
wx:for-item="photo"
|
||
|
wx:for-index="photo-index"
|
||
|
wx:key="photo-index"
|
||
|
></image>
|
||
|
</view>
|
||
|
<view class="l-footer">
|
||
|
<view class="date">提交时间:2024-09-19</view>
|
||
|
<view class="btn">审核</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|