修改
This commit is contained in:
parent
7b71abbd21
commit
1bcae38452
@ -19,12 +19,9 @@
|
||||
</view>
|
||||
<image src="../../static/docHead.png" mode=""></image>
|
||||
<view class="name">
|
||||
{{item.doctorName?item.doctorName:''}}
|
||||
{{item.doctorName?item.doctorName+' ':' '}} (
|
||||
{{item.problemDescription?item.problemDescription:''}} )
|
||||
</view>
|
||||
<view class="names">
|
||||
{{item.problemDescription?item.problemDescription:''}}
|
||||
</view>
|
||||
|
||||
<view class="text">
|
||||
{{Number(item.messageType==1)?item.content?item.content:'':'[图片]'}}
|
||||
</view>
|
||||
@ -180,14 +177,16 @@
|
||||
font-weight: 500;
|
||||
color: #000000;
|
||||
}
|
||||
.names{
|
||||
position: absolute;
|
||||
left: 190rpx;
|
||||
top: 172rpx;
|
||||
font-size: 32rpx;
|
||||
font-weight: 500;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.names {
|
||||
position: absolute;
|
||||
left: 190rpx;
|
||||
top: 172rpx;
|
||||
font-size: 32rpx;
|
||||
font-weight: 500;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.time {
|
||||
width: 100%;
|
||||
padding-left: 20rpx;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user