2023/5/23调试医院列表

This commit is contained in:
2023-05-27 22:34:57 +08:00
parent 7883c121bc
commit 4e567309fd
4 changed files with 33 additions and 5 deletions

View File

@@ -11,7 +11,7 @@
<view class="content">
<view style="display: flex; flex-direction:row;align-items : flex-end;">
<view class="title1">{{item.nickName}}</view>
<view class="title2">{{"陪员"}}</view>
<view class="title2">{{"陪员"}}</view>
<view wx:if="{{item.sex==1}}" class="title3">{{"男"}}</view>
<view wx:if="{{item.sex==0}}" class="title3">{{"女"}}</view>
<view class="title4">{{item.experience}}经验</view>
@@ -74,8 +74,8 @@
</view>
</view>
<view style="font-size: 32rpx;color: #999999;margin-top:40rpx;margin-left: 40rpx;margin-right: 20rpx;">
计费说明:计费说明计费说明计费说明计费说明计费说明计费说明计费说明
<view style="font-size: 26rpx;color: #999999;margin-top:40rpx;margin-left: 40rpx;margin-right: 20rpx;">
计费说明:一小时50元,服务时间上午8:30-12:30下午14:00-18:00
</view>