my_archives.wxml 1.4 KB

1
  1. <view class="main data-v-6a35f410"><block wx:for="{{patientList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['gotoinfo',['$0'],[[['patientList','',index]]]]]]]}}" class="cu-list menu-avatar margin-sm data-v-6a35f410" style="border-radius:16rpx;box-shadow:0 0 50rpx 0 rgba(0, 0, 0, 0.1);" bindtap="__e"><view class="cu-item data-v-6a35f410"><view class="cu-avatar round lg data-v-6a35f410" style="{{('background-image:url('+item.avatar+');')}}"></view><view class="content data-v-6a35f410"><view class="text-grey data-v-6a35f410">{{item.name}}</view><view class="text-gray text-sm flex data-v-6a35f410"><text class="text-cut data-v-6a35f410">{{''+(item.sex==1?'男':'女')+''}}</text><text class="text-cut margin-left-sm data-v-6a35f410">{{''+item.age+''}}</text></view></view><view class="action data-v-6a35f410"><text class="cuIcon-roundright lg text-gray data-v-6a35f410"></text></view></view></view></block><u-empty vue-id="bb168032-1" text="暂无档案" show="{{istrue}}" mode="list" margin-top="300" class="data-v-6a35f410" bind:__l="__l"></u-empty><view class="cu-bar bg-white tabbar data-v-6a35f410" style="position:fixed;bottom:0;width:100%;"><view data-event-opts="{{[['tap',[['addarchives',['$event']]]]]}}" class="submit data-v-6a35f410" style="background-color:#0B73B9;color:white;" bindtap="__e">添加健康档案</view></view></view>